From 79e17b3bde68df01c833eade388dc9c06efa1313 Mon Sep 17 00:00:00 2001 From: IanM <16573496+imorland@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:11:38 +0000 Subject: [PATCH] chore: comment 8.4 for now --- .github/workflows/REUSABLE_backend.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/REUSABLE_backend.yml b/.github/workflows/REUSABLE_backend.yml index ac43794fb5..f511adad13 100644 --- a/.github/workflows/REUSABLE_backend.yml +++ b/.github/workflows/REUSABLE_backend.yml @@ -105,8 +105,8 @@ jobs: php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED - php: 8.3 php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED - - php: 8.4 - php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED + # - php: 8.4 + # php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED # To reduce number of actions, we exclude some PHP versions from running with some DB versions. exclude: @@ -179,8 +179,8 @@ jobs: strategy: matrix: php: ${{ fromJSON(inputs.php_versions) }} - exclude: - - php: 8.4 + # exclude: + # - php: 8.4 name: 'PHPStan PHP ${{ matrix.php }}'