From 5326874e17e22db30faec58bdded9e236a59bf67 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 25 Sep 2024 16:12:42 +0200 Subject: [PATCH] chore: add tests for 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 fec719a..594aa60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3, 8.4] symfony: [5.4, 6.0, 7.0] exclude: - symfony: 7.0