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 253e6ce commit 42b9281Copy full SHA for 42b9281
.github/workflows/phpunit.yml
@@ -47,15 +47,6 @@ jobs:
47
- name: Validate composer.json and composer.lock
48
run: composer validate --strict
49
50
- - name: Cache Composer packages
51
- id: composer-cache
52
- uses: actions/cache@v3
53
- with:
54
- path: vendor
55
- key: ${{ runner.os }}-php-${{ matrix.php }}-Laravel${{ matrix.laravel }}-${{ hashFiles('**/composer.lock') }}
56
- restore-keys: |
57
- ${{ runner.os }}-php-${{ matrix.php }}-Laravel${{ matrix.laravel }}
58
-
59
- name: Install dependencies
60
run: composer install --prefer-dist --no-progress
61
0 commit comments