From 406ac7b9cb10f6da42dc9acdd1f9ba3ee61c7210 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Thu, 21 Nov 2024 23:00:00 +0100 Subject: [PATCH] allow PHP 8.4 (#5173) --- .github/workflows/testing.yaml | 2 +- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 4979bb0a..cf406157 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -19,7 +19,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 strategy: matrix: - php: ['8.1', '8.2', '8.3'] + php: ['8.1', '8.2', '8.3', '8.4'] name: Integration (${{ matrix.php }}) steps: diff --git a/composer.json b/composer.json index 373d4a51..f8808cbe 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "8.1.*||8.2.*||8.3.*", + "php": "8.1.*||8.2.*||8.3.*||8.4.*", "ext-gd": "*", "ext-intl": "*", "ext-json": "*", diff --git a/composer.lock b/composer.lock index fd921d6b..7d99a9df 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": "6ff34e70d1bdec7cd8735c63697379f4", + "content-hash": "9fb3c44d9d057eaca308bc27cb107f13", "packages": [ { "name": "azuyalabs/yasumi", @@ -13716,7 +13716,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "8.1.*||8.2.*||8.3.*", + "php": "8.1.*||8.2.*||8.3.*||8.4.*", "ext-gd": "*", "ext-intl": "*", "ext-json": "*",