Skip to content

Commit 47a1ced

Browse files
Test PHP 7.3, 7.4, 8.x
1 parent 61502af commit 47a1ced

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.travis.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
language: php
22
sudo: false
33

4-
php:
5-
- "7.0"
6-
- "7.1"
7-
- "7.2"
8-
94
matrix:
10-
fast_finish: true
5+
fast_finish: true
6+
include:
7+
- php: "7.0"
8+
- php: "7.1"
9+
- php: "7.2"
10+
- php: "7.3"
11+
- php: "7.4snapshot"
12+
- php: "nightly"
13+
allow_failures:
14+
- php: "nightly"
15+
- php: "7.4snapshot"
1116

1217
install:
1318
- composer self-update

0 commit comments

Comments
 (0)