From 051778a76154969fc924fc847d2a1479572d5a08 Mon Sep 17 00:00:00 2001 From: Marjo Date: Sat, 2 Mar 2024 23:31:19 +0100 Subject: [PATCH] Update PHP version in Qodana Code Quality workflow (#27) The workflow file, "qodana_code_quality.yml", has been updated to use PHP version "8.2" instead of "8.1". This change ensures that the workflow is using the correct PHP version. --- .github/workflows/qodana_code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 8ef079b..e1a0558 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -18,7 +18,7 @@ jobs: if: steps.checkout.outcome == 'success' uses: shivammathur/setup-php@v2 with: - php-version: "8.1" + php-version: "8.2" extensions: ast, mbstring, pdo, pdo_mysql, xml, zip coverage: xdebug