From 2e621d7ddf95eb6eda1f3472aca54d43a88f2c4c Mon Sep 17 00:00:00 2001 From: Raj Mohan Date: Wed, 16 Oct 2024 12:26:45 +0530 Subject: [PATCH] chore: add support for PHP 8.4 Signed-off-by: Raj Mohan --- .github/settings.yml | 8 +++++--- .github/workflows/integrate.yaml | 7 ++++--- .github/workflows/renew.yaml | 2 +- composer.json | 2 +- composer.lock | 8 ++++---- 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 8943b802..91c68eca 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -14,15 +14,17 @@ branches: required_approving_review_count: 1 required_status_checks: checks: - - context: "Coding Standards (8.3, locked)" - - context: "Dependency Analysis (8.3, locked)" - - context: "Static Code Analysis (8.3, locked)" + - context: "Coding Standards (8.4, locked)" + - context: "Dependency Analysis (8.4, locked)" + - context: "Static Code Analysis (8.4, locked)" - context: "Tests (8.1, locked)" - context: "Tests (8.1, lowest)" - context: "Tests (8.2, locked)" - context: "Tests (8.2, lowest)" - context: "Tests (8.3, locked)" - context: "Tests (8.3, lowest)" + - context: "Tests (8.4, locked)" + - context: "Tests (8.4, lowest)" strict: false restrictions: null diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index d51669d6..5f528ea1 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php-version: - - "8.3" + - "8.4" dependencies: - "locked" @@ -74,7 +74,7 @@ jobs: strategy: matrix: php-version: - - "8.3" + - "8.4" dependencies: - "locked" @@ -108,7 +108,7 @@ jobs: strategy: matrix: php-version: - - "8.3" + - "8.4" dependencies: - "locked" @@ -168,6 +168,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" dependencies: - "lowest" diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index 474bbf36..e94a033d 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -15,7 +15,7 @@ jobs: strategy: matrix: php-version: - - "8.3" + - "8.4" dependencies: - "locked" diff --git a/composer.json b/composer.json index 1832a090..f20bef11 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "source": "https://github.com/Lctrs/psalm-psr-container-plugin" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-simplexml": "*", "nikic/php-parser": "^4.19.4", "psr/container": "^1.1.2 || ^2.0.2", diff --git a/composer.lock b/composer.lock index d50c5e0a..1a13f365 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": "60ed487407d9f259ffd49d537d085681", + "content-hash": "848121f5abc749eabe2a427ba2e30f3e", "packages": [ { "name": "amphp/amp", @@ -6042,14 +6042,14 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-simplexml": "*" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "8.1.0" },