Skip to content

Commit 9ec40ce

Browse files
authored
Merge pull request #2 from jakubboucek/upgrade-php
PHP: Add support for PHP 8.3
2 parents 763eabc + 8cd8465 commit 9ec40ce

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
@@ -22,6 +22,7 @@ jobs:
2222
- '8.0'
2323
- '8.1'
2424
- '8.2'
25+
- '8.3'
2526

2627
name: ${{ matrix.actions.name }} at PHP ${{ matrix.php }}
2728
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",
13+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
1414
"psr/http-message": "~1.0 || ~2.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)