Skip to content

Commit 0aa59df

Browse files
committed
Add PHPUnit 7.4 to Travis config
1 parent 92d32f4 commit 0aa59df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
- PHPUNIT_VERSION=~7.1.0
1919
- PHPUNIT_VERSION=~7.2.0
2020
- PHPUNIT_VERSION=~7.3.0
21+
- PHPUNIT_VERSION=~7.4.0
2122

2223
php:
2324
- 7.2
@@ -30,6 +31,8 @@ matrix:
3031
exclude:
3132
- php: 7
3233
env: PHPUNIT_VERSION=dev-master
34+
- php: 7
35+
env: PHPUNIT_VERSION=~7.4.0
3336
- php: 7
3437
env: PHPUNIT_VERSION=~7.3.0
3538
- php: 7

0 commit comments

Comments
 (0)