Skip to content

Commit 4fec5cf

Browse files
Update Travis CI configuration - adds builds with PHPUnit ~9.2.0
1 parent 308a7aa commit 4fec5cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
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.2.0
910
- PHPUNIT_VERSION=~9.1.0
1011
- PHPUNIT_VERSION=~9.0.0
1112
- PHPUNIT_VERSION=~8.5.0
@@ -66,13 +67,17 @@ matrix:
6667

6768
- php: 7.2
6869
env: PHPUNIT_VERSION=dev-master
70+
- php: 7.2
71+
env: PHPUNIT_VERSION=~9.2.0
6972
- php: 7.2
7073
env: PHPUNIT_VERSION=~9.1.0
7174
- php: 7.2
7275
env: PHPUNIT_VERSION=~9.0.0
7376

7477
- php: 7.1
7578
env: PHPUNIT_VERSION=dev-master
79+
- php: 7.1
80+
env: PHPUNIT_VERSION=~9.2.0
7681
- php: 7.1
7782
env: PHPUNIT_VERSION=~9.1.0
7883
- php: 7.1
@@ -92,6 +97,8 @@ matrix:
9297

9398
- php: 7
9499
env: PHPUNIT_VERSION=dev-master
100+
- php: 7
101+
env: PHPUNIT_VERSION=~9.2.0
95102
- php: 7
96103
env: PHPUNIT_VERSION=~9.1.0
97104
- php: 7

0 commit comments

Comments
 (0)