From d8654922dbd2120470311b677796da4e4410bdd1 Mon Sep 17 00:00:00 2001 From: Ben Sinclair Date: Tue, 15 Jul 2025 15:55:34 +1000 Subject: [PATCH] Test PHP 8.4 --- .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 fb40a02..04bd1e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - php-versions: [ '8.0', '8.1', '8.2', '8.3' ] + php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ] name: PHP ${{ matrix.php-versions }} steps: