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.
1 parent 290f9d5 commit 76793f4Copy full SHA for 76793f4
.github/workflows/tests.yml
@@ -67,4 +67,4 @@ jobs:
67
composer require "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction
68
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
69
- name: Execute tests
70
- run: vendor/bin/phpunit
+ run: vendor/bin/phpunit tests
composer.json
@@ -23,7 +23,7 @@
23
}
24
},
25
"require": {
26
- "php": "^7.3"
+ "php": "^7.3|^8.0"
27
28
"require-dev": {
29
"phpunit/phpunit": "^9.4"
0 commit comments