From ab6fa2e3bf06abb3eeaa99f7edee336a0f0a0b68 Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Thu, 30 Nov 2023 21:11:28 -0600 Subject: [PATCH] changing qodana to php 8.1 --- .github/workflows/qodana.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 0c477d88f..0fd80e2f8 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -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