Skip to content

Commit 3960615

Browse files
Merge pull request #224 from magento/MCLOUD-6086
MCLOUD-6086: Add PHP 7.4 to magento-cloud-docker tests
2 parents ef25ae6 + 65f03bd commit 3960615

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
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'
@@ -40,6 +44,10 @@ jobs:
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
@@ -58,6 +66,11 @@ jobs:
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

0 commit comments

Comments
 (0)