Skip to content

Commit 3148f21

Browse files
ruudklocalheinz
authored andcommitted
Add PHP 8.4 to test matrix
1 parent 103f306 commit 3148f21

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/settings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ branches:
3737
- context: "Tests (8.3, highest)"
3838
- context: "Tests (8.3, locked)"
3939
- context: "Tests (8.3, lowest)"
40+
- context: "Tests (8.4, highest)"
41+
- context: "Tests (8.4, locked)"
42+
- context: "Tests (8.4, lowest)"
4043
strict: false
4144
restrictions:
4245

.github/workflows/integrate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ jobs:
507507
- "8.1"
508508
- "8.2"
509509
- "8.3"
510+
- "8.4"
510511

511512
dependencies:
512513
- "lowest"

CHANGELOG.md

Lines changed: 6 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 [`2.44.0...main`][2.44.0...main].
1010

11+
### Added
12+
13+
- Added support for PHP 8.4 ([#1377]), by [@ruudk]
14+
1115
### Changed
1216

1317
- Updated `schema.json` ([#1405]), by [@ergebnis-bot]
@@ -1256,6 +1260,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
12561260
[#1312]: https://github.com/ergebnis/composer-normalize/pull/1312
12571261
[#1349]: https://github.com/ergebnis/composer-normalize/pull/1349
12581262
[#1363]: https://github.com/ergebnis/composer-normalize/pull/1363
1263+
[#1377]: https://github.com/ergebnis/composer-normalize/pull/1377
12591264
[#1381]: https://github.com/ergebnis/composer-normalize/pull/1381
12601265
[#1405]: https://github.com/ergebnis/composer-normalize/pull/1405
12611266
[#1410]: https://github.com/ergebnis/composer-normalize/pull/1410
@@ -1267,6 +1272,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
12671272
[@ergebnis]: https://github.com/ergebnis
12681273
[@localheinz]: https://github.com/localheinz
12691274
[@mxr576]: https://github.com/mxr576
1275+
[@ruudk]: https://github.com/ruudk
12701276
[@svenluijten]: https://github.com/svenluijten
12711277
[@tacman]: https://github.com/tacman
12721278
[@TravisCarden]: https://github.com/TravisCarden

0 commit comments

Comments
 (0)