From 11e5ed10d75331a2f419d936ee86a834cbb20bbf Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 23 Oct 2024 16:33:35 +0200 Subject: [PATCH] ci: Add tests for PHP 8.4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d76841..1221cf7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.3, 8.2, 8.1, 8.0, 7.4] + php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4] stability: [prefer-lowest, prefer-stable] name: PHPUnit on PHP ${{ matrix.php }}@${{ matrix.stability }} steps: