From 962d9fc25deda0bb04565b0cc00e4c22a51083b8 Mon Sep 17 00:00:00 2001 From: faissaloux Date: Thu, 17 Oct 2024 10:26:35 +0100 Subject: [PATCH] add php8.4 to tests workflow matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d4dc36..8fb2c66 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - php: ['8.1', '8.2', '8.3'] + php: ['8.1', '8.2', '8.3', '8.4'] pest: ['2.14', '3.0'] dependency-version: [prefer-lowest, prefer-stable] exclude: