From 0fd82b6d5c439e7f7f86a65b074899dff9e3f94b Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 24 Sep 2024 08:11:44 +0800 Subject: [PATCH] [7.x] Supports PHP 8.4 Signed-off-by: Mior Muhammad Zaki --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3400115..e35db4a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,10 +17,12 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.3] + php: [8.2, 8.3, 8.4] phpunit: [10, 11] laravel: [10, 11] exclude: + - php: 8.2 + laravel: 10 - phpunit: 11 laravel: 10