Skip to content

Commit 5f7a8fb

Browse files
committed
Add PHP 7.4 test config
1 parent 294ac6c commit 5f7a8fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: php
2+
dist: trusty
23

34
matrix:
45
include:
@@ -24,6 +25,14 @@ matrix:
2425
env: ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.*
2526
- php: 7.3
2627
env: ILLUMINATE_VERSION=5.6.* TESTBENCH_VERSION=3.6.*
28+
- php: 7.4
29+
env: ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
30+
- php: 7.4
31+
env: ILLUMINATE_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
32+
- php: 7.4
33+
env: ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.*
34+
- php: 7.4
35+
env: ILLUMINATE_VERSION=5.6.* TESTBENCH_VERSION=3.6.*
2736

2837
before_script:
2938

0 commit comments

Comments
 (0)