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.
2 parents 7df4bd1 + fbfe968 commit 4873a8cCopy full SHA for 4873a8c
.travis.yml
@@ -8,6 +8,7 @@ cache:
8
9
env:
10
- PHPUNIT_VERSION=dev-master
11
+ - PHPUNIT_VERSION=~8.5.0
12
- PHPUNIT_VERSION=~8.4.0
13
- PHPUNIT_VERSION=~8.3.0
14
- PHPUNIT_VERSION=~8.2.0
@@ -38,6 +39,8 @@ matrix:
38
39
exclude:
40
- php: 7.1
41
env: PHPUNIT_VERSION=dev-master
42
+ - php: 7.1
43
+ env: PHPUNIT_VERSION=~8.5.0
44
45
env: PHPUNIT_VERSION=~8.4.0
46
@@ -50,6 +53,8 @@ matrix:
50
53
env: PHPUNIT_VERSION=~8.0.0
51
54
- php: 7
52
55
56
+ - php: 7
57
58
59
60
0 commit comments