Skip to content

Commit

Permalink
changing qodana to php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 1, 2023
1 parent e76ef08 commit ab6fa2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
fetch-depth: 5

- name: Install PHP 8.0
- name: Install PHP 8.1
uses: shivammathur/setup-php@develop
with:
php-version: '8.0'
php-version: '8.1'
extensions: mbstring, fileinfo, gmp, sqlite, pdo_sqlite, psr-${{ env.PSR_VERSION }}, zip, mysqli, zephir_parser-${{ env.ZEPHIR_PARSER_VERSION }}
tools: phpize, php-config
coverage: xdebug
Expand Down

0 comments on commit ab6fa2e

Please sign in to comment.