From 2a491ce1a645173480cc0c0f33cbe8bd5b7ea1e4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 5 Jan 2023 04:08:22 +0100 Subject: [PATCH] Fix qodana --- .github/workflows/code_quality.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index ea80f3232ba..65f350e1b53 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -19,7 +19,7 @@ jobs: #php-version: '7.1' - name: 'Qodana Scan' uses: JetBrains/qodana-action@v2022.3.0 - with: - php-version: '7.1' + #with: + # php-version: '7.1' env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} \ No newline at end of file