From 9a2451d769111bc312e671aed8a4a7e9ec916130 Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Mon, 25 Nov 2024 22:19:28 +0100 Subject: [PATCH] Remove php 8.4 from unstable workflow behavior --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ea70d0c..7221851 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: tests: runs-on: "ubuntu-latest" - continue-on-error: "${{ matrix.php-versions == '8.4' || matrix.symfony == '7.2.*' }}" + continue-on-error: "${{ matrix.php-versions == '8.5' || matrix.symfony == '7.2.*' }}" strategy: matrix: php-versions: ['8.2', '8.3', '8.4']