From a08a86bab80d7c32bd906082eac3aa1f65da5321 Mon Sep 17 00:00:00 2001 From: Sander van Hooft Date: Mon, 9 Dec 2024 13:12:29 +0100 Subject: [PATCH] Add php 8.4 support to GH tests --- .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 f44a2783..dc409b10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3] + php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4] name: PHP - ${{ matrix.php }} steps: - name: Checkout code