Skip to content

Commit 51fed4e

Browse files
committed
Fix Travis CI builds for PHP 7.4 and 8.0
1 parent eb4d5ed commit 51fed4e

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.travis.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
language: php
2-
php:
3-
- 7.0
4-
- 7.1
5-
- 7.2
6-
- nightly
2+
matrix:
3+
include:
4+
- php: 7.0
5+
- php: 7.1
6+
- php: 7.2
7+
- php: 7.3
8+
- php: 7.4
9+
- php: nightly
10+
allow_failures:
11+
- php: 7.4
12+
- php: nightly
713

814
before_script:
915
- composer self-update

0 commit comments

Comments
 (0)