From e76ef086f0b6c5f698183424d7f436812f46d977 Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Thu, 30 Nov 2023 21:06:47 -0600 Subject: [PATCH] trying to fix qodana --- .github/workflows/qodana.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index c668508cd..0c477d88f 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -20,22 +20,19 @@ jobs: qodana-analysis: name: "Qodana analysis" runs-on: ubuntu-22.04 + steps: - uses: actions/checkout@v3 with: fetch-depth: 5 - - name: Install PHP ${{ matrix.php }} + - name: Install PHP 8.0 uses: shivammathur/setup-php@develop with: php-version: '8.0' 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 - # variables_order: https://github.com/zephir-lang/zephir/pull/1537 - # enable_dl: https://github.com/zephir-lang/zephir/pull/1654 - # allow_url_fopen: https://github.com/zephir-lang/zephir/issues/1713 - # error_reporting: https://github.com/zendframework/zend-code/issues/160 ini-values: >- variables_order=EGPCS, enable_dl=On, @@ -45,19 +42,9 @@ jobs: date.timezone=UTC, xdebug.max_nesting_level=256 env: + phpts: 'ts' COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# - name: Get composer cache directory -# id: composer-cache -# run: echo "::set-output name=dir::$(composer config cache-files-dir)" - -# - name: Set Up Composer Cache -# uses: actions/cache@v3 -# with: -# path: ${{ steps.composer-cache.outputs.dir }} -# key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} -# restore-keys: ${{ runner.os }}-composer- - - name: Install Project Dependencies run: | echo "::group::Install composer dependencies"