Skip to content

Commit 8cab773

Browse files
authored
Travis: build against 7.4snapshot instead of nightly
1 parent efa97df commit 8cab773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
-
126126
<<: *STANDARD_TEST_JOB
127127
stage: Test
128-
php: nightly
128+
php: 7.4snapshot
129129
env: COMPOSER_FLAGS="--ignore-platform-reqs" PHP_CS_FIXER_IGNORE_ENV=1 SYMFONY_DEPRECATIONS_HELPER=weak
130130

131131
-
@@ -151,5 +151,5 @@ jobs:
151151
- ./dev-tools/trigger-website.sh ${TRAVIS_TOKEN} ${TRAVIS_TAG}
152152

153153
allow_failures:
154-
- php: nightly
154+
- php: 7.4snapshot
155155
- env: COLLECT_COVERAGE=1

0 commit comments

Comments
 (0)