Browse Source

Fix github action

Laurent Destailleur 2 years ago
parent
commit
7719f8e9a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/code_quality.yml

+ 1 - 1
.github/workflows/code_quality.yml

@@ -16,7 +16,7 @@ jobs:
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
-          php-version: '7.1'
+          #php-version: '7.1'
       - name: 'Qodana Scan'
       - name: 'Qodana Scan'
         uses: JetBrains/qodana-action@v2022.3.0
         uses: JetBrains/qodana-action@v2022.3.0
         env:
         env: