Skip to content

Commit 2592567

Browse files
committed
chore: run PHPStan only in PHP 8.1
Since the version is specified in PHPStan config, there is no need to run in PHP 8.0.
1 parent 53d1b79 commit 2592567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php-versions: ['8.0', '8.1']
37+
php-versions: ['8.1']
3838
steps:
3939
- name: Checkout
4040
uses: actions/checkout@v3

0 commit comments

Comments
 (0)