Skip to content

Commit

Permalink
Merge pull request #1195 from ergebnis/feature/php84
Browse files Browse the repository at this point in the history
Enhancement: Add support for PHP 8.4
  • Loading branch information
localheinz authored Nov 17, 2024
2 parents eeb58f1 + c77ce35 commit 55c8466
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -36,6 +36,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 @@ -444,6 +444,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

dependencies:
- "lowest"
Expand Down
5 changes: 5 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 [`4.6.0...main`][4.6.0...main].

### Added

- Added support for PHP 8.4 ([#1195]), by [@localheinz]

## [`4.6.0`][4.6.0]

For a full diff see [`4.5.0...4.6.0`][4.5.0...4.6.0].
Expand Down Expand Up @@ -709,6 +713,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0].
[#1077]: https://github.com/ergebnis/json-normalizer/pull/1077
[#1079]: https://github.com/ergebnis/json-normalizer/pull/1079
[#1171]: https://github.com/ergebnis/json-normalizer/pull/1171
[#1195]: https://github.com/ergebnis/json-normalizer/pull/1195

[@alexis-saransig-lullabot]: https://github.com/alexis-saransig-lullabot
[@BackEndTea]: https://github.com/BackEndTea
Expand Down

0 comments on commit 55c8466

Please sign in to comment.