CI should use 7.2 for testing, add 7.2 to validation
This commit is contained in:
parent
559f2d7011
commit
f11353c41b
@ -6,6 +6,12 @@ stages:
|
|||||||
before_script:
|
before_script:
|
||||||
- bash ci/docker_install.sh > /dev/null
|
- bash ci/docker_install.sh > /dev/null
|
||||||
|
|
||||||
|
validate:7.2:
|
||||||
|
image: php:7.2
|
||||||
|
stage: validate
|
||||||
|
script:
|
||||||
|
- bash ci/php_lint.sh ./
|
||||||
|
|
||||||
validate:7.1:
|
validate:7.1:
|
||||||
image: php:7.1
|
image: php:7.1
|
||||||
stage: validate
|
stage: validate
|
||||||
@ -55,8 +61,8 @@ test:7.1:
|
|||||||
- cd Tests
|
- cd Tests
|
||||||
- phpunit
|
- phpunit
|
||||||
|
|
||||||
test:7.0:
|
test:7.2:
|
||||||
image: php:7.0
|
image: php:7.2
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- cd api
|
- cd api
|
||||||
|
Loading…
x
Reference in New Issue
Block a user