Skip to content

Commit ada7cc1

Browse files
committed
Enable builds for PHP 7.3
1 parent e5b055a commit ada7cc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ php:
99
- 7.0
1010
- 7.1
1111
- 7.2
12+
- nightly
1213

1314
git:
1415
depth: 1
@@ -34,7 +35,7 @@ env:
3435
matrix:
3536
fast_finish: true
3637
allow_failures:
37-
- php: 7.2
38+
- php: nightly
3839
exclude:
3940
- env: CC="gcc"
4041
compiler: clang

0 commit comments

Comments
 (0)