Update qodana.yml

Signed-off-by: James Cole <james@firefly-iii.org>
This commit is contained in:
James Cole
2023-02-08 19:16:04 +01:00
committed by GitHub
parent 7a20f7ce34
commit 12ca0811e6

View File

@@ -12,6 +12,12 @@ jobs:
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