Skip to content

Commit f755899

Browse files
committed
Add PHP 8.4 support
1 parent 9410366 commit f755899

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- '8.1'
2424
- '8.2'
2525
- '8.3'
26+
- '8.4'
2627

2728
name: ${{ matrix.actions.name }} at PHP ${{ matrix.php }}
2829
runs-on: ubuntu-latest

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
13+
"php": "~8.0",
1414
"psr/http-message": "~1.0 || ~2.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)