From 48c4b988930577e7fbedeb7d49021cbb57788ea5 Mon Sep 17 00:00:00 2001 From: erikn69 Date: Thu, 31 Oct 2024 11:58:06 -0500 Subject: [PATCH] PHP 8.4 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 a201cec..f54dd3e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3] + php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3] dependency-version: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}