From 1d1f4df5b08181bc0b630cd6c76181c5a2769eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Wed, 22 Nov 2023 11:04:22 +0100 Subject: [PATCH] CI: explicit test under Symfony 7 (#370) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab2fab42..861ef7c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: coverage: 'pcov' - php: '8.3' os: ubuntu-latest - symfony: '^6.0' + symfony: '^7.0' continue-on-error: ${{ matrix.php == '8.3' }}