Skip to content

Commit 2f34bcf

Browse files
committed
Limit Phpstan to One Run
1 parent e7b2e47 commit 2f34bcf

File tree

8 files changed

+6
-251
lines changed

8 files changed

+6
-251
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
# Disabled PHPStan in '7.1'
51-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
51+
#php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
52+
php: ['8.4']
5253
steps:
5354
- name: Setup PHP
5455
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)