Skip to content

Commit

Permalink
trying to fix qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 1, 2023
1 parent 7d05477 commit e76ef08
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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"
Expand Down

0 comments on commit e76ef08

Please sign in to comment.