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 638ec2d commit 0b08058Copy full SHA for 0b08058
.github/workflows/ci.yml
@@ -24,9 +24,9 @@ jobs:
24
strategy:
25
matrix:
26
php-version:
27
- - "7.3"
28
- "7.4"
29
- "8.0"
+ - "8.1"
30
runs-on: ubuntu-latest
31
steps:
32
- uses: actions/checkout@v2
composer.json
@@ -20,7 +20,7 @@
20
}
21
},
22
"require": {
23
- "php": "^7.3|~8.0.0",
+ "php": "^7.3|~8.0.0|^8.1",
"symfony/dependency-injection": "^4.1|^5.0",
"symfony/http-kernel": "^4.1|^5.1",
"ext-json": "*",
0 commit comments