From b159aff442af43a501ea7365da3b5de890f00a0f Mon Sep 17 00:00:00 2001 From: Cesar Garcia Date: Thu, 14 Nov 2024 08:39:19 +0100 Subject: [PATCH] Add tests to php84 (#26) --- .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 6510835..b8b0b5e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.3, 8.2, 8.1, 8.0] + php: [8.4, 8.3, 8.2, 8.1, 8.0] name: P${{ matrix.php }}