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 0291081 + 8ba5949 commit 0949f52Copy full SHA for 0949f52
.github/workflows/phpunit.yml
@@ -18,6 +18,7 @@ jobs:
18
- "locked"
19
php-version:
20
- "8.0"
21
+ - "8.1"
22
operating-system:
23
- "ubuntu-latest"
24
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
"require": {
- "php": "8.0.*"
+ "php": "8.0.* || 8.1.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
0 commit comments