File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 3131 php : ' 7.3'
3232 env :
3333 - TEST_SUITE=static-unit
34+ - script : ./tests/travis/static-unit.sh;
35+ php : ' 7.4'
36+ env :
37+ - TEST_SUITE=static-unit
3438 - stage : integration
3539 script : ./vendor/bin/phpunit --configuration ./tests/integration;
3640 php : ' 7.2'
4044 php : ' 7.3'
4145 env :
4246 - TEST_SUITE=integration
47+ - script : ./vendor/bin/phpunit --configuration ./tests/integration;
48+ php : ' 7.4'
49+ env :
50+ - TEST_SUITE=integration
4351 - stage : build-images
4452 env :
4553 - TEST_SUITE=build-images
5866 - if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then ./tests/travis/images.sh php 7.3-fpm; fi;
5967 env :
6068 - TEST_SUITE=build-images
69+ - script :
70+ - if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then ./tests/travis/images.sh php 7.4-cli; fi;
71+ - if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then ./tests/travis/images.sh php 7.4-fpm; fi;
72+ env :
73+ - TEST_SUITE=build-images
6174 - stage : test
6275 php : ' 7.2'
6376 dist : xenial
You can’t perform that action at this time.
0 commit comments