Skip to content

Commit 43306c8

Browse files
authored
Merge pull request #53 from Engerim/phpunit-8
Add support for PHPUnit 8
2 parents 94aef9e + e988a9d commit 43306c8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,24 @@ sudo: false
55
php:
66
- 7.1
77
- 7.2
8+
- 7.3
9+
- 7.4snapshot
810
- nightly
911

1012
env:
1113
- PHPUNIT=7.*
14+
- PHPUNIT=8.*
1215
- PHPUNIT=dev-master MIN_STABILITY=dev
1316

17+
matrix:
18+
exclude:
19+
- php: 7.1
20+
env: PHPUNIT=8.*
21+
- php: 7.1
22+
env: PHPUNIT=dev-master MIN_STABILITY=dev
23+
allow_failures:
24+
- php: nightly
25+
1426
cache:
1527
directories:
1628
- $HOME/.composer

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=7.1",
16-
"phpunit/phpunit": "^7.0"
16+
"phpunit/phpunit": "^7.0 || ^8.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)