Skip to content

Commit 798f0d6

Browse files
NaktibaldaGintautas Miselis
authored andcommitted
Support PHPUnit 9
1 parent 94874f5 commit 798f0d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
cache:
89
directories:
@@ -14,4 +15,4 @@ sudo: false
1415
before_install:
1516
- composer update --prefer-source
1617

17-
script: vendor/bin/phpunit tests
18+
script: vendor/bin/phpunit tests

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
}
1111
},
1212
"require": {
13-
"phpunit/phpunit": "^8.4"
13+
"phpunit/phpunit": "^8.4 | ^9.0"
1414
}
1515
}

0 commit comments

Comments
 (0)