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 94874f5 + 798f0d6 commit a3ba014Copy full SHA for a3ba014
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 7.2
5
- 7.3
6
+ - 7.4
7
8
cache:
9
directories:
@@ -14,4 +15,4 @@ sudo: false
14
15
before_install:
16
- composer update --prefer-source
17
-script: vendor/bin/phpunit tests
18
+script: vendor/bin/phpunit tests
composer.json
@@ -10,6 +10,6 @@
10
}
11
},
12
"require": {
13
- "phpunit/phpunit": "^8.4"
+ "phpunit/phpunit": "^8.4 | ^9.0"
0 commit comments