Skip to content

Commit 088dce3

Browse files
AlexSkrypnyklocalheinz
authored andcommitted
[#1481] Added PHP 8.5 to CI.
1 parent 809f67c commit 088dce3

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/settings.yml

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

.github/workflows/integrate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ jobs:
517517
- "8.2"
518518
- "8.3"
519519
- "8.4"
520+
- "8.5"
520521

521522
dependencies:
522523
- "lowest"

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ For a full diff see [`2.47.0...main`][2.47.0...main].
1212

1313
- Updated `schema.json` ([#1454]), by [@ergebnis-bot]
1414
- Allowed installation on PHP 8.5 ([#1485]), by [@localheinz]
15+
- Added support for PHP 8.5 ([#1490]), by [@AlexSkrypnyk]
1516
- Updated `localheinz/diff` ([#1493]), by [@andrey-helldar]
1617

1718
## [`2.47.0`][2.47.0]
@@ -1303,8 +1304,10 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
13031304
[#1441]: https://github.com/ergebnis/composer-normalize/pull/1441
13041305
[#1454]: https://github.com/ergebnis/composer-normalize/pull/1454
13051306
[#1485]: https://github.com/ergebnis/composer-normalize/pull/1485
1307+
[#1490]: https://github.com/ergebnis/composer-normalize/pull/1490
13061308
[#1493]: https://github.com/ergebnis/composer-normalize/pull/1493
13071309

1310+
[@AlexSkrypnyk]: https://github.com/AlexSkrypnyk
13081311
[@andrey-helldar]: https://github.com/andrey-helldar
13091312
[@core23]: https://github.com/core23
13101313
[@dependabot]: https://github.com/dependabot

0 commit comments

Comments
 (0)