Skip to content

Commit 6737e86

Browse files
committed
Add PHP 8.5 support
1 parent 3ea2f5e commit 6737e86

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
php-version:
2121
- "8.3"
2222
- "8.4"
23+
- "8.5"
2324
operating-system:
2425
- "ubuntu-latest"
2526

@@ -74,7 +75,7 @@ jobs:
7475
dependencies:
7576
- "locked"
7677
php-version:
77-
- "8.4"
78+
- "8.5"
7879
operating-system:
7980
- "ubuntu-latest"
8081

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.3.0 || ~8.4.0",
13+
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
1414
"psr/clock": "^1.0"
1515
},
1616
"require-dev": {
1717
"infection/infection": "^0.31",
18-
"lcobucci/coding-standard": "^11.1.0",
18+
"lcobucci/coding-standard": "^11.2.0",
1919
"phpstan/extension-installer": "^1.3.1",
2020
"phpstan/phpstan": "^2.0.0",
2121
"phpstan/phpstan-deprecation-rules": "^2.0.0",

composer.lock

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

0 commit comments

Comments
 (0)