Skip to content

Commit 308a7aa

Browse files
Updates Travis CI configuration - adds builds with PHPUnit 9.1.0
1 parent 2877a0e commit 308a7aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cache:
66

77
env:
88
- PHPUNIT_VERSION=dev-master
9+
- PHPUNIT_VERSION=~9.1.0
910
- PHPUNIT_VERSION=~9.0.0
1011
- PHPUNIT_VERSION=~8.5.0
1112
- PHPUNIT_VERSION=~8.4.0
@@ -65,10 +66,15 @@ matrix:
6566

6667
- php: 7.2
6768
env: PHPUNIT_VERSION=dev-master
69+
- php: 7.2
70+
env: PHPUNIT_VERSION=~9.1.0
6871
- php: 7.2
6972
env: PHPUNIT_VERSION=~9.0.0
73+
7074
- php: 7.1
7175
env: PHPUNIT_VERSION=dev-master
76+
- php: 7.1
77+
env: PHPUNIT_VERSION=~9.1.0
7278
- php: 7.1
7379
env: PHPUNIT_VERSION=~9.0.0
7480
- php: 7.1
@@ -86,6 +92,8 @@ matrix:
8692

8793
- php: 7
8894
env: PHPUNIT_VERSION=dev-master
95+
- php: 7
96+
env: PHPUNIT_VERSION=~9.1.0
8997
- php: 7
9098
env: PHPUNIT_VERSION=~9.0.0
9199
- php: 7

0 commit comments

Comments
 (0)