We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428313b commit 4a2109cCopy full SHA for 4a2109c
.github/workflows/static-analysis.yml
@@ -58,6 +58,7 @@ jobs:
58
run: "composer install --no-interaction --no-progress"
59
60
- name: "Change to simple-downgrade PHP version"
61
+ if: matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1'
62
uses: "shivammathur/setup-php@v2"
63
with:
64
coverage: "none"
0 commit comments