Skip to content

Commit 59b80f1

Browse files
authored
Merge pull request #3 from jakubboucek/add-php-8-4-support
Add PHP 8 4 support
2 parents 9ec40ce + f755899 commit 59b80f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
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": {
17-
"phpstan/phpstan": "1.10.18",
17+
"phpstan/phpstan": "1.12.6",
1818
"phpunit/phpunit": "^9.0 || ^10.0"
1919
},
2020
"suggest": {

0 commit comments

Comments
 (0)