Skip to content

Commit 0c91f76

Browse files
committed
Run PHPStan only on PHP 8.2
1 parent 767dae0 commit 0c91f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: "ramsey/composer-install@v2"
3838

3939
- name: Run static code analysis
40-
if: ${{ matrix.php-versions >= '8.0' }}
40+
if: ${{ matrix.php-versions == '8.2' }}
4141
run: composer run phpstan -- --error-format=github
4242

4343
- name: Run tests

0 commit comments

Comments
 (0)