From c1c31726d6972cdae0046f5cab11ae16fe3a55de Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 25 Sep 2024 16:54:21 +0200 Subject: [PATCH] Add tests for PHP 8.4 (#306) Co-authored-by: David Greminger --- .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