Skip to content

Commit

Permalink
Add PHP 8.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk authored and localheinz committed Dec 4, 2024
1 parent 103f306 commit 3148f21
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ branches:
- context: "Tests (8.3, highest)"
- context: "Tests (8.3, locked)"
- context: "Tests (8.3, lowest)"
- context: "Tests (8.4, highest)"
- context: "Tests (8.4, locked)"
- context: "Tests (8.4, lowest)"
strict: false
restrictions:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

dependencies:
- "lowest"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`2.44.0...main`][2.44.0...main].

### Added

- Added support for PHP 8.4 ([#1377]), by [@ruudk]

### Changed

- Updated `schema.json` ([#1405]), by [@ergebnis-bot]
Expand Down Expand Up @@ -1256,6 +1260,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#1312]: https://github.com/ergebnis/composer-normalize/pull/1312
[#1349]: https://github.com/ergebnis/composer-normalize/pull/1349
[#1363]: https://github.com/ergebnis/composer-normalize/pull/1363
[#1377]: https://github.com/ergebnis/composer-normalize/pull/1377
[#1381]: https://github.com/ergebnis/composer-normalize/pull/1381
[#1405]: https://github.com/ergebnis/composer-normalize/pull/1405
[#1410]: https://github.com/ergebnis/composer-normalize/pull/1410
Expand All @@ -1267,6 +1272,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[@ergebnis]: https://github.com/ergebnis
[@localheinz]: https://github.com/localheinz
[@mxr576]: https://github.com/mxr576
[@ruudk]: https://github.com/ruudk
[@svenluijten]: https://github.com/svenluijten
[@tacman]: https://github.com/tacman
[@TravisCarden]: https://github.com/TravisCarden

0 comments on commit 3148f21

Please sign in to comment.