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 94aef9e + e988a9d commit 43306c8Copy full SHA for 43306c8
.travis.yml
@@ -5,12 +5,24 @@ sudo: false
5
php:
6
- 7.1
7
- 7.2
8
+ - 7.3
9
+ - 7.4snapshot
10
- nightly
11
12
env:
13
- PHPUNIT=7.*
14
+ - PHPUNIT=8.*
15
- PHPUNIT=dev-master MIN_STABILITY=dev
16
17
+matrix:
18
+ exclude:
19
+ - php: 7.1
20
+ env: PHPUNIT=8.*
21
22
+ env: PHPUNIT=dev-master MIN_STABILITY=dev
23
+ allow_failures:
24
+ - php: nightly
25
+
26
cache:
27
directories:
28
- $HOME/.composer
composer.json
@@ -13,7 +13,7 @@
],
"require": {
"php": ">=7.1",
- "phpunit/phpunit": "^7.0"
+ "phpunit/phpunit": "^7.0 || ^8.0"
},
"autoload": {
"psr-4": {
0 commit comments