From b93d45778fd31859460be4cbed0566b89370ed44 Mon Sep 17 00:00:00 2001 From: Rick de Boer Date: Thu, 23 Jan 2025 09:12:15 +0100 Subject: [PATCH] add php8.4 to tests --- .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 87cc1d5..8bbf0cf 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.3, 8.2, 8.1] + php: [8.4, 8.3, 8.2, 8.1] laravel: [10.*, 11.*] stability: [prefer-stable] include: