Skip to content

Commit adccdce

Browse files
committed
Add explicit builds for PHP 7.4 and nightly and mark their builds as allow_failures
1 parent 829a579 commit adccdce

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.travis.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
language: php
2-
php:
3-
- 7.2
4-
- 7.3
5-
- 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
613

714
before_script:
815
- composer self-update

0 commit comments

Comments
 (0)