From 80070906e8c7cbe880f5369664ae82970a27a48b Mon Sep 17 00:00:00 2001 From: Sander van Hooft Date: Mon, 9 Dec 2024 13:31:48 +0100 Subject: [PATCH] Add support for php8.4 to GH test workflow --- .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 2f8b06ac..8f356a39 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.4, 8.0, 8.1, 8.2, 8.3] + php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4] name: PHP - ${{ matrix.php }} steps: - name: Checkout code