We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b42a8c commit deeabaeCopy full SHA for deeabae
.github/workflows/php.yml
@@ -38,10 +38,10 @@ jobs:
38
path: vendor
39
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
40
restore-keys: |
41
- ${{ runner.os }}-php-${{ matrix.php_version }}
+ ${{ runner.os }}-php-${{ matrix.php_version }}-laravel-${{ matrix.laravel_version }}
42
43
- name: Install dependencies
44
- run: composer install --prefer-dist --no-progress
+ run: composer require laravel/framework ${{ matrix.laravel_version }} --prefer-dist --no-progress
45
46
- name: PHPStan
47
run: vendor/bin/phpstan analyze
0 commit comments