Skip to content

Commit d59d6c3

Browse files
committed
Fix phpstan github ci workflow
1 parent 3b5343d commit d59d6c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
php: [ "8.1", "8.3" ]
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2
@@ -33,4 +33,4 @@ jobs:
3333
run: composer install -n --prefer-dist
3434

3535
- name: Run PHPStan
36-
run: ./vendor/bin/phpstan analyse src -c phpstan.${{ matrix.php }}.neon
36+
run: ./vendor/bin/phpstan analyse src -c phpstan.neon

0 commit comments

Comments
 (0)