Skip to content

Commit deeabae

Browse files
committed
fix: ci configuration
1 parent 7b42a8c commit deeabae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
path: vendor
3939
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
4040
restore-keys: |
41-
${{ runner.os }}-php-${{ matrix.php_version }}
41+
${{ runner.os }}-php-${{ matrix.php_version }}-laravel-${{ matrix.laravel_version }}
4242
4343
- name: Install dependencies
44-
run: composer install --prefer-dist --no-progress
44+
run: composer require laravel/framework ${{ matrix.laravel_version }} --prefer-dist --no-progress
4545

4646
- name: PHPStan
4747
run: vendor/bin/phpstan analyze

0 commit comments

Comments
 (0)