From 77f54cd12d2acd210acc71cdd2ff475c696313ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 17 Nov 2024 20:08:47 +0100 Subject: [PATCH] Enhancement: Add support for PHP 8.4 --- .github/settings.yml | 3 +++ .github/workflows/integrate.yaml | 1 + CHANGELOG.md | 5 +++++ 3 files changed, 9 insertions(+) diff --git a/.github/settings.yml b/.github/settings.yml index b973fa3..282809a 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -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: diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 304e847..a87387c 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -422,6 +422,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" dependencies: - "lowest" diff --git a/CHANGELOG.md b/CHANGELOG.md index af554c5..993075f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.5.0...main`][2.5.0...main]. +## Changed + +- Added support for PHP 8.4 ([#893]), by [@localheinz] + ## [`2.5.0`][2.5.0] For a full diff see [`2.4.0...2.5.0`][2.4.0...2.5.0]. @@ -153,6 +157,7 @@ For a full diff see [`675601b...0.1.0`][675601b...0.1.0]. [#745]: https://github.com/ergebnis/license/pull/745 [#746]: https://github.com/ergebnis/license/pull/746 [#871]: https://github.com/ergebnis/license/pull/871 +[#893: https://github.com/ergebnis/license/pull/893 [@localheinz]: https://github.com/localheinz [@oruborus]: https://github.com/oruborus