Skip to content

Commit

Permalink
Update PHP version in Qodana Code Quality workflow (#27)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MarjovanLier authored Mar 2, 2024
1 parent 3effe43 commit 051778a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 051778a

Please sign in to comment.