10000 Allow Travis CI to build on PHP 7.4 · symfony/symfony@fcc91c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit fcc91c4

Browse files
committed
Allow Travis CI to build on PHP 7.4
1 parent 64eaf7e commit fcc91c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ matrix:
2929
env: deps=high
3030
- php: 7.3
3131
env: deps=low
32+
- php: 7.4snapshot
33+
allow_failures:
34+
- php: 7.4snapshot
3235

3336
fast_finish: true
3437

0 commit comments

Comments
 (0)
0