From 092beca8f4d332405af093a2c59b625ffcfc2711 Mon Sep 17 00:00:00 2001 From: Thomas Beaujean Date: Wed, 6 Mar 2024 23:46:20 +0100 Subject: [PATCH] CI: add sf 7.0.* --- .github/workflows/php.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 844708e..2099869 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,9 +12,11 @@ jobs: strategy: matrix: operating-system: [ ubuntu-latest ] - php: [ '8.1' ] - symfony: ['5.4.*', '6.0.*', '6.1.*', '6.2.*', '6.3.*'] - + php: [ '8.1', '8.2' ] + symfony: ['5.4.*', '6.0.*', '6.1.*', '6.2.*', '6.3.*', '7.0.*'] + exclude: + - php: '8.1' + symfony: '7.0.*' steps: - uses: actions/checkout@main