From bcd3c78641f83186c16e864c875641d7e6ea6d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 10 Oct 2023 09:54:43 +0200 Subject: [PATCH] Enhancement: Add support for PHP 8.3 --- .github/settings.yml | 3 +++ .github/workflows/integrate.yaml | 1 + CHANGELOG.md | 2 ++ composer.json | 2 +- composer.lock | 6 +++--- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index e5e3ecc1..cc432650 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 3f598828..81083f4c 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -427,6 +427,7 @@ jobs: php-version: - "8.1" - "8.2" + - "8.3" dependencies: - "lowest" diff --git a/CHANGELOG.md b/CHANGELOG.md index f364e2d1..6ec389be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ For a full diff see [`1.0.1...main`][1.0.1...main]. ### Changed - Dropped support for PHP 8.0 ([#90]), by [@localheinz] +- Added support for PHP 8.3 ([#151]), by [@localheinz] ## [`1.0.1`][1.0.1] @@ -40,5 +41,6 @@ For a full diff see [`c020e6f...1.0.0`][c020e6f...1.0.0]. [#2]: https://github.com/ergebnis/json/pull/2 [#3]: https://github.com/ergebnis/json/pull/3 [#90]: https://github.com/ergebnis/json/pull/90 +[#151]: https://github.com/ergebnis/json/pull/151 [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index 991a114e..ddeb69ac 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "security": "https://github.com/ergebnis/json/blob/main/.github/SECURITY.md" }, "require": { - "php": "~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.29.0", diff --git a/composer.lock b/composer.lock index ff874398..a31e3631 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": "8a09bb5eef1d861859d0889e433d2839", + "content-hash": "8318c6688d8f10912ee240a15a6e9793", "packages": [], "packages-dev": [ { @@ -6108,11 +6108,11 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "platform-dev": [], "platform-overrides": { "php": "8.1.20" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }