Skip to content

Commit cd6a323

Browse files
committed
Enhancement: Add support for PHP 8.5
1 parent 3eab2ff commit cd6a323

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/settings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ branches:
3939
- context: "Tests (8.4, highest)"
4040
- context: "Tests (8.4, locked)"
4141
- context: "Tests (8.4, lowest)"
42+
- context: "Tests (8.5, highest)"
43+
- context: "Tests (8.5, locked)"
44+
- context: "Tests (8.5, lowest)"
4245
strict: false
4346
restrictions:
4447

.github/workflows/integrate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ jobs:
445445
- "8.2"
446446
- "8.3"
447447
- "8.4"
448+
- "8.5"
448449

449450
dependencies:
450451
- "lowest"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
For a full diff see [`4.10.0...main`][4.10.0...main].
1010

11+
### Changed
12+
13+
- Added support for PHP 8.5 ([#1228]), by [@localheinz]
14+
1115
## [`4.10.0`][4.10.0]
1216

1317
For a full diff see [`4.9.0...4.10.0`][4.9.0...4.10.0].
@@ -759,6 +763,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0].
759763
[#1195]: https://github.com/ergebnis/json-normalizer/pull/1195
760764
[#1198]: https://github.com/ergebnis/json-normalizer/pull/1198
761765
[#1225]: https://github.com/ergebnis/json-normalizer/pull/1225
766+
[#1228]: https://github.com/ergebnis/json-normalizer/pull/1228
762767

763768
[@alexis-saransig-lullabot]: https://github.com/alexis-saransig-lullabot
764769
[@BackEndTea]: https://github.com/BackEndTea

0 commit comments

Comments
 (0)