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 846dd52 commit ee5cfb8Copy full SHA for ee5cfb8
.github/workflows/phpunit.yml
@@ -18,6 +18,7 @@ jobs:
18
- "7.3"
19
- "7.4"
20
- "8.0"
21
+ - "8.1"
22
operating-system:
23
- "ubuntu-latest"
24
composer.json
@@ -36,7 +36,7 @@
36
},
37
"require-dev": {
38
"ext-phar": "*",
39
- "symfony/phpunit-bridge": "^5.2|^6.0"
+ "symfony/phpunit-bridge": "^5.4|^6.0"
40
41
"autoload": {
42
"psr-4": {
0 commit comments