From 25da939e86c7a594d6484f571f5c76e95b1ac3bc Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 22 Oct 2023 20:49:17 +0200 Subject: [PATCH] CI: Run Symfony 6 compat check on PHP 8.1 (#7383) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2206a4bcf21..1c12b123788 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,11 +34,11 @@ jobs: - operating-system: 'ubuntu-20.04' php-version: '8.0' - job-description: 'with Symfony ^6' - execute-flex-with-symfony-version: '^6' # explicit check for Symfony 6.x compatibility - operating-system: 'ubuntu-20.04' php-version: '8.1' + job-description: 'with Symfony ^6' + execute-flex-with-symfony-version: '^6' # explicit check for Symfony 6.x compatibility - operating-system: 'ubuntu-20.04' php-version: '8.2'