Skip to content

Commit f44e3c3

Browse files
Adds PHPUnit 9.3 to Travis CI matrix
1 parent 4fec5cf commit f44e3c3

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.3.0
910
- PHPUNIT_VERSION=~9.2.0
1011
- PHPUNIT_VERSION=~9.1.0
1112
- PHPUNIT_VERSION=~9.0.0
@@ -67,6 +68,8 @@ matrix:
6768

6869
- php: 7.2
6970
env: PHPUNIT_VERSION=dev-master
71+
- php: 7.2
72+
env: PHPUNIT_VERSION=~9.3.0
7073
- php: 7.2
7174
env: PHPUNIT_VERSION=~9.2.0
7275
- php: 7.2
@@ -76,6 +79,8 @@ matrix:
7679

7780
- php: 7.1
7881
env: PHPUNIT_VERSION=dev-master
82+
- php: 7.1
83+
env: PHPUNIT_VERSION=~9.3.0
7984
- php: 7.1
8085
env: PHPUNIT_VERSION=~9.2.0
8186
- php: 7.1
@@ -97,6 +102,8 @@ matrix:
97102

98103
- php: 7
99104
env: PHPUNIT_VERSION=dev-master
105+
- php: 7
106+
env: PHPUNIT_VERSION=~9.3.0
100107
- php: 7
101108
env: PHPUNIT_VERSION=~9.2.0
102109
- php: 7

0 commit comments

Comments
 (0)