Skip to content

Commit 9930b43

Browse files
authored
add php 7.3 in the build matrix
1 parent ff20f0d commit 9930b43

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
@@ -10,7 +10,8 @@ php:
1010
- 7.0
1111
- 7.1
1212
- 7.2
13-
- nightly # doesn't work yet on PHP 7.3! not building.
13+
- 7.3
14+
- nightly # doesn't work yet on PHP 7.4! not building.
1415

1516

1617
# setting the env is the easiest, because it will mix with all the separate php versions (travis does this)

0 commit comments

Comments
 (0)