Skip to content

Commit 76f0fea

Browse files
author
Maciej Koprek
committed
Add support for PHP 8.4.*
1 parent a360857 commit 76f0fea

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/full-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- "8.1"
2626
- "8.2"
2727
- "8.3"
28+
- "8.4"
2829
operating-system:
2930
- "ubuntu-22.04"
3031

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require": {
25-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
25+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
2626
},
2727
"require-dev": {
2828
"phpstan/phpstan": "^1.5",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)