From c4bb8a266e5bcd8dfaddf6c2eb3c8d5ea46ec141 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 26 Nov 2024 15:50:19 +0000 Subject: [PATCH] Test on PHP 8.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3007f50a..123ced1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,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'] stability: [prefer-stable] name: PHP ${{ matrix.php }} - ${{ matrix.stability }}