From 01899cb520eb48d0daac7287b0e74a9c0247d729 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Thu, 12 Feb 2026 12:55:57 +0100 Subject: [PATCH] feat: test Symfony 8 --- .github/workflows/pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 90d85ad4..5e8bfe89 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -23,6 +23,9 @@ jobs: - symfony-version: '7.4.*' dependencies: 'highest' php: '8.4' + - symfony-version: '8.0.*' + dependencies: 'highest' + php: '8.4' env: SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=6.4' }}