diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index a0a3bad021..5054f9af12 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -6,12 +6,18 @@ on: - main - develop pull_request: - types: [opened, synchronize, reopened] + types: [ opened, synchronize, reopened ] jobs: qodana: runs-on: ubuntu-latest name: 'Qodana Scan' steps: + - name: Setup PHP with no coverage driver + uses: shivammathur/setup-php@v2 + with: + php-version: '8.2' + coverage: none + extensions: bcmath, intl - uses: actions/checkout@v3 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis