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 763eabc + 8cd8465 commit 9ec40ceCopy full SHA for 9ec40ce
.github/workflows/code_analysis.yaml
@@ -22,6 +22,7 @@ jobs:
22
- '8.0'
23
- '8.1'
24
- '8.2'
25
+ - '8.3'
26
27
name: ${{ matrix.actions.name }} at PHP ${{ matrix.php }}
28
runs-on: ubuntu-latest
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
+ "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
14
"psr/http-message": "~1.0 || ~2.0"
15
},
16
"require-dev": {
0 commit comments