From 1ca4df1a9f955af39c4f1f444cf4012a91bf4ab2 Mon Sep 17 00:00:00 2001 From: Serhii Petrov Date: Mon, 28 Oct 2024 23:42:49 +0200 Subject: [PATCH] Test against php 8.4 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4229d5463..718d8bf90 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.3, 8.2] + php: [8.4, 8.3, 8.2] laravel: [10.*, 11.*] dependency-version: [prefer-lowest, prefer-stable] include: