We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2877a0e commit 308a7aaCopy full SHA for 308a7aa
.travis.yml
@@ -6,6 +6,7 @@ cache:
6
7
env:
8
- PHPUNIT_VERSION=dev-master
9
+ - PHPUNIT_VERSION=~9.1.0
10
- PHPUNIT_VERSION=~9.0.0
11
- PHPUNIT_VERSION=~8.5.0
12
- PHPUNIT_VERSION=~8.4.0
@@ -65,10 +66,15 @@ matrix:
65
66
67
- php: 7.2
68
env: PHPUNIT_VERSION=dev-master
69
+ - php: 7.2
70
+ env: PHPUNIT_VERSION=~9.1.0
71
72
env: PHPUNIT_VERSION=~9.0.0
73
+
74
- php: 7.1
75
76
+ - php: 7.1
77
78
79
80
@@ -86,6 +92,8 @@ matrix:
86
92
87
93
- php: 7
88
94
95
+ - php: 7
96
89
97
90
98
91
99
0 commit comments