Skip to content

Commit 78f172a

Browse files
Merge pull request #44 from mkoprek/add_support_for_php_85
Add support for PHP 8.5
2 parents 4d84e7d + 7957a40 commit 78f172a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/full-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- "8.2"
2727
- "8.3"
2828
- "8.4"
29+
- "8.5"
2930
operating-system:
3031
- "ubuntu-22.04"
3132

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 || ~8.4.0"
25+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
2626
},
2727
"require-dev": {
2828
"phpstan/phpstan": "^1.5",

composer.lock

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

0 commit comments

Comments
 (0)