From 30a562634ee09c362028cefab0d1ec843da6440e Mon Sep 17 00:00:00 2001 From: Simo Heinonen Date: Wed, 13 Dec 2023 17:20:39 +0200 Subject: [PATCH] Sf7 requires 8.2 --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c291fc..2805228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,11 @@ jobs: matrix: php: [8.0, 8.1, 8.2] symfony: [4.4, 5.4, 6.0, 7.0] + exclude: + - symfony: 7.0 + php: 8.0 + - symfony: 7.0 + php: 8.1 steps: - name: Setup PHP uses: shivammathur/setup-php@2.7.0