Skip to content

Commit ce73dc3

Browse files
author
Michael Babker
authored
Merge pull request #251 from Hackwar/patch-2
Adding testrunners for PHP7.3/.4
2 parents 8a70e4d + 83c5e43 commit ce73dc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ matrix:
1919
- php: 7.0
2020
- php: 7.1
2121
- php: 7.2
22+
- php: 7.3
23+
- php: 7.4
2224
- php: nightly
2325
allow_failures:
24-
- php: 7.2
26+
- php: 7.4
2527
- php: nightly
2628

2729
before_script:

0 commit comments

Comments
 (0)