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 767dae0 commit 0c91f76Copy full SHA for 0c91f76
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: "ramsey/composer-install@v2"
38
39
- name: Run static code analysis
40
- if: ${{ matrix.php-versions >= '8.0' }}
+ if: ${{ matrix.php-versions == '8.2' }}
41
run: composer run phpstan -- --error-format=github
42
43
- name: Run tests
0 commit comments