From fa3ad3b26c2e66209775ee93531b696f6056f4d4 Mon Sep 17 00:00:00 2001 From: Dennis Fridrich Date: Sat, 9 Dec 2023 12:23:33 +0100 Subject: [PATCH] Fix pipeline --- .github/workflows/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c73e50..59f8d91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,12 @@ jobs: operating-system: windows-latest coverage: xdebug - - php-versions: ['8.2', '8.3'] + - php-versions: '8.2' + operating-system: ubuntu-latest + symfony-version: '7.0.*' + extra-label: 'SF 7.0' + + - php-versions: '8.3' operating-system: ubuntu-latest symfony-version: '7.0.*' extra-label: 'SF 7.0'