Browse Source

Try to force php version

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

+ 2 - 0
.github/workflows/code_quality.yml

@@ -19,5 +19,7 @@ jobs:
           #php-version: '7.1'
       - name: 'Qodana Scan'
         uses: JetBrains/qodana-action@v2022.3.0
+        with:
+          php-version: '7.1'
         env:
           QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}