Skip to content

Commit 92d32f4

Browse files
committed
Added PHPUnit 7.3 to Travis CI configuration
1 parent 3258a20 commit 92d32f4

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
@@ -17,6 +17,7 @@ env:
1717
- PHPUNIT_VERSION=~7.0.0
1818
- PHPUNIT_VERSION=~7.1.0
1919
- PHPUNIT_VERSION=~7.2.0
20+
- PHPUNIT_VERSION=~7.3.0
2021

2122
php:
2223
- 7.2
@@ -29,6 +30,8 @@ matrix:
2930
exclude:
3031
- php: 7
3132
env: PHPUNIT_VERSION=dev-master
33+
- php: 7
34+
env: PHPUNIT_VERSION=~7.3.0
3235
- php: 7
3336
env: PHPUNIT_VERSION=~7.2.0
3437
- php: 7

0 commit comments

Comments
 (0)