Skip to content

Commit b09b394

Browse files
committed
Update Travis config to test PHP 7.3 and PHP 7.4
1 parent 7102c66 commit b09b394

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ matrix:
1616
dist: trusty
1717
- php: 7.2
1818
dist: trusty
19+
- php: 7.3
20+
dist: bionic
21+
- php: 7.4
22+
dist: bionic
1923

2024
before_install:
2125
- composer require --dev --no-update phpunit/phpunit ^4.8

0 commit comments

Comments
 (0)