File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ matrix:
18
18
- php : 7.1.18
19
19
- php : 7.2
20
20
- php : 7.3
21
- - php : nightly
21
+ # 'php: nightly' is PHP 8.0
22
+ - php : 7.4snapshot
22
23
allow_failures :
23
- - php : nightly
24
+ - php : 7.4snapshot
24
25
25
26
before_install :
26
- - ' [[ "$TRAVIS_PHP_VERSION" == "nightly " ]] || phpenv config-rm xdebug.ini'
27
+ - ' [[ "$TRAVIS_PHP_VERSION" == "7.4snapshot " ]] || phpenv config-rm xdebug.ini'
27
28
- composer self-update
28
29
29
30
install :
@@ -33,7 +34,7 @@ install:
33
34
script :
34
35
- ./bin/phpunit
35
36
# 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'
37
38
# this checks that the YAML config files contain no syntax errors
38
39
- ./bin/console lint:yaml config
39
40
# this checks that the Twig template files contain no syntax errors
You can’t perform that action at this time.
0 commit comments