Skip to content

Commit 8a1c814

Browse files
committed
Add PHP 7.4 (snapshot) to Travis CI matrix.
1 parent 02fc8ba commit 8a1c814

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ php:
44
- '7.1'
55
- '7.2'
66
- '7.3'
7-
- nightly
7+
- '7.4snapshot'
8+
- 'nightly'
89
matrix:
910
fast_finish: true
1011
allow_failures:
11-
- php: nightly
12+
- php: '7.4snapshot'
13+
- php: 'nightly'
1214
before_install:
1315
- phpenv config-rm xdebug.ini || true
1416
- "[[ $GITHUB_TOKEN ]] && composer config --global github-oauth.github.com $GITHUB_TOKEN"

0 commit comments

Comments
 (0)