Skip to content

Commit 76793f4

Browse files
committed
wip
1 parent 290f9d5 commit 76793f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
composer require "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction
6868
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
6969
- name: Execute tests
70-
run: vendor/bin/phpunit
70+
run: vendor/bin/phpunit tests

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require": {
26-
"php": "^7.3"
26+
"php": "^7.3|^8.0"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^9.4"

0 commit comments

Comments
 (0)