From e96da4f805fa91d7464145ef450596d7911d598b Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 25 Sep 2024 16:23:06 +0200 Subject: [PATCH] chore: add tests for PHP 8.4 --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b67a347..c21e41c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,8 @@ jobs: symfony: '7.0.*' - php: 8.3 symfony: '7.1.*' + - php: 8.4 + symfony: '7.1.*' steps: - uses: zenstruck/.github@php-test-symfony with: