Skip to content

Commit 545d8fc

Browse files
committed
Prepare release
1 parent 9508e98 commit 545d8fc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/phpstan.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
paths:
66
- '**.php'
77
- 'phpstan.neon.dist'
8+
pull_request:
9+
branches:
10+
- 2.x
11+
- 1.x
812

913
jobs:
1014
phpstan:
@@ -16,11 +20,11 @@ jobs:
1620
- name: Setup PHP
1721
uses: shivammathur/setup-php@v2
1822
with:
19-
php-version: '8.1'
23+
php-version: '8.2'
2024
coverage: none
2125

2226
- name: Install composer dependencies
2327
uses: ramsey/composer-install@v3
2428

2529
- name: Run PHPStan
26-
run: ./vendor/bin/phpstan --error-format=github
30+
run: ./vendor/bin/phpstan --error-format=github

0 commit comments

Comments
 (0)