Skip to content

Commit ac5a226

Browse files
committed
Update phpstan.yml
1 parent af987d0 commit ac5a226

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
larastan:
11-
name: "Running Larastan check"
11+
name: L${{ matrix.laravel }} - Larastan${{ matrix.phpstan }}
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
@@ -20,8 +20,6 @@ jobs:
2020
phpstan: 1
2121
- laravel: "12.*"
2222
phpstan: 2
23-
24-
name: L${{ matrix.laravel }} - PHPStan${{ matrix.phpstan }}
2523

2624
steps:
2725
- name: Checkout code

0 commit comments

Comments
 (0)