File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ matrix:
1818 - php : 7.1.18
1919 - php : 7.2
2020 - php : 7.3
21- - php : nightly
21+ # 'php: nightly' is PHP 8.0
22+ - php : 7.4snapshot
2223 allow_failures :
23- - php : nightly
24+ - php : 7.4snapshot
2425
2526before_install :
26- - ' [[ "$TRAVIS_PHP_VERSION" == "nightly " ]] || phpenv config-rm xdebug.ini'
27+ - ' [[ "$TRAVIS_PHP_VERSION" == "7.4snapshot " ]] || phpenv config-rm xdebug.ini'
2728 - composer self-update
2829
2930install :
@@ -33,7 +34,7 @@ install:
3334script :
3435 - ./bin/phpunit
3536 # this checks that the source code follows the Symfony Code Syntax rules
36- - ' [[ "$TRAVIS_PHP_VERSION" == "nightly " ]] || ./vendor/bin/php-cs-fixer fix --diff --dry-run -v'
37+ - ' [[ "$TRAVIS_PHP_VERSION" == "7.4snapshot " ]] || ./vendor/bin/php-cs-fixer fix --diff --dry-run -v'
3738 # this checks that the YAML config files contain no syntax errors
3839 - ./bin/console lint:yaml config
3940 # this checks that the Twig template files contain no syntax errors
You can’t perform that action at this time.
0 commit comments