From 5f5c6b8205bd9563d605326f6fd02e808029d9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 9 Oct 2023 15:12:12 +0200 Subject: [PATCH] Enhancement: Add support for PHP 8.3 --- .github/settings.yml | 3 +++ .github/workflows/integrate.yaml | 1 + CHANGELOG.md | 5 +++++ composer.json | 2 +- composer.lock | 6 +++--- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index c817499..8fb9c8b 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -27,6 +27,9 @@ branches: - context: "Tests (8.2, highest)" - context: "Tests (8.2, locked)" - context: "Tests (8.2, lowest)" + - context: "Tests (8.3, highest)" + - context: "Tests (8.3, locked)" + - context: "Tests (8.3, lowest)" strict: false restrictions: diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 90d9e59..5118828 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -417,6 +417,7 @@ jobs: php-version: - "8.1" - "8.2" + - "8.3" dependencies: - "lowest" diff --git a/CHANGELOG.md b/CHANGELOG.md index d368c43..b3b5ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ For a full diff see [`3.3.0...main`][3.3.0...main]. ### Changed +- Added support for PHP 8.3 ([#682]), by [@localheinz] + +### Changed + - Dropped support for PHP 8.0 ([#625]), by [@localheinz] ## [`3.3.0`][3.3.0] @@ -166,6 +170,7 @@ For a full diff see [`8849fc6...1.0.0`][8849fc6...1.0.0]. [#410]: https://github.com/ergebnis/json-printer/pull/410 [#520]: https://github.com/ergebnis/json-printer/pull/520 [#625]: https://github.com/ergebnis/json-printer/pull/625 +[#682]: https://github.com/ergebnis/json-printer/pull/682 [@ergebnis]: https://github.com/ergebnis [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index db687c3..f73ca82 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "security": "https://github.com/ergebnis/json-printer/blob/main/.github/SECURITY.md" }, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "ext-json": "*", "ext-mbstring": "*" }, diff --git a/composer.lock b/composer.lock index 071da45..f315917 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "846b9647067ea60e83333337cdefcfa8", + "content-hash": "bd8dbbe4973c8938953433bf06863d4a", "packages": [], "packages-dev": [ { @@ -5723,7 +5723,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "ext-json": "*", "ext-mbstring": "*" }, @@ -5731,5 +5731,5 @@ "platform-overrides": { "php": "8.1.20" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }