Skip to content

Commit 34a3314

Browse files
authored
Tweaks
1 parent 87e867e commit 34a3314

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.github/workflows/run-phpstan-pull.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,10 @@ jobs:
8888
- name: Install PHPStan
8989
run: composer require larastan/larastan:^2.0 --no-interaction
9090

91-
- uses: actions/cache/restore@v4
92-
id: larastan-restore
91+
- uses: actions/cache@v4
9392
with:
9493
path: ./build/phpstan
9594
key: phpstan-${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }}
9695

9796
- name: Run PHPStan Tests
98-
run: ./vendor/bin/phpstan analyse
99-
100-
- uses: actions/cache/save@v4
101-
id: larastan-save
102-
with:
103-
path: ./build/phpstan
104-
key: phpstan-${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }}
97+
run: ./vendor/bin/phpstan analyse

.github/workflows/run-phpstan.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,10 @@ jobs:
9191
- name: Install PHPStan
9292
run: composer require larastan/larastan:^2.0 --dev --no-interaction
9393

94-
- uses: actions/cache/restore@v4
95-
id: larastan-restore
94+
- uses: actions/cache@v4
9695
with:
9796
path: ./build/phpstan
9897
key: phpstan-${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }}
9998

10099
- name: Run PHPStan Tests
101-
run: ./vendor/bin/phpstan analyse
102-
103-
- uses: actions/cache/save@v4
104-
id: larastan-save
105-
with:
106-
path: ./build/phpstan
107-
key: phpstan-${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }}
100+
run: ./vendor/bin/phpstan analyse

0 commit comments

Comments
 (0)