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 31
31
php : ' 7.3'
32
32
env :
33
33
- TEST_SUITE=static-unit
34
+ - script : ./tests/travis/static-unit.sh;
35
+ php : ' 7.4'
36
+ env :
37
+ - TEST_SUITE=static-unit
34
38
- stage : integration
35
39
script : ./vendor/bin/phpunit --configuration ./tests/integration;
36
40
php : ' 7.2'
40
44
php : ' 7.3'
41
45
env :
42
46
- TEST_SUITE=integration
47
+ - script : ./vendor/bin/phpunit --configuration ./tests/integration;
48
+ php : ' 7.4'
49
+ env :
50
+ - TEST_SUITE=integration
43
51
- stage : build-images
44
52
env :
45
53
- TEST_SUITE=build-images
58
66
- if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then ./tests/travis/images.sh php 7.3-fpm; fi;
59
67
env :
60
68
- 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
61
74
- stage : test
62
75
php : ' 7.2'
63
76
dist : xenial
You can’t perform that action at this time.
0 commit comments