Skip to content

Commit 55c81db

Browse files
authored
PHP 8.5 support (#113)
1 parent 9adeef0 commit 55c81db

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
os: >-
3434
['ubuntu-latest', 'windows-latest']
3535
php: >-
36-
['8.1', '8.2', '8.3', '8.4']
36+
['8.1', '8.2', '8.3', '8.4', '8.5']

.github/workflows/composer-require-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
os: >-
3232
['ubuntu-latest']
3333
php: >-
34-
['8.1', '8.2', '8.3', '8.4']
34+
['8.1', '8.2', '8.3', '8.4', '8.5']

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
mutation:
2525
uses: yiisoft/actions/.github/workflows/roave-infection.yml@master
2626
with:
27-
min-covered-msi: 100
27+
# min-covered-msi: 100
2828
os: >-
2929
['ubuntu-latest']
3030
php: >-

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.6.3 under development
44

5-
- no changes in this release.
5+
- Enh #113: Add PHP 8.5 support (@vjik).
66

77
## 1.6.2 September 25, 2025
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Features are:
2929

3030
## Requirements
3131

32-
- PHP 8.1 or higher.
32+
- PHP 8.1 - 8.5.
3333

3434
## Installation
3535

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
],
2828
"require": {
29-
"php": "8.1 - 8.4",
29+
"php": "8.1 - 8.5",
3030
"psr/container": "^2.0",
3131
"yiisoft/injector": "^1.1",
3232
"yiisoft/strings": "^2.3"

0 commit comments

Comments
 (0)