Skip to content

Commit cc8fd58

Browse files
authored
Add more PHP Versions to travis
1 parent 9a7903d commit cc8fd58

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
@@ -12,9 +12,11 @@ php:
1212
# aliased to a recent 7.x version
1313
- 7.1
1414
- 7.2
15+
- 7.3
16+
- 7.4snapshot
1517
- nightly
1618

1719
services:
1820
- docker
1921

20-
script: vendor/bin/paratest -p8 tests
22+
script: vendor/bin/paratest -p8 tests

0 commit comments

Comments
 (0)