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 c96f0b2 commit cd76bd3Copy full SHA for cd76bd3
.github/workflows/run-tests.yml
@@ -34,11 +34,12 @@ jobs:
34
run: |
35
sudo apt-get update
36
sudo apt-get install sqlite3 redis
37
- - name: Cache dependencies
38
- uses: actions/cache@v2
39
- with:
40
- path: ~/.composer/cache/files
41
- key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
+
+ # - name: Cache dependencies
+ # uses: actions/cache@v2
+ # with:
+ # path: ~/.composer/cache/files
42
+ # key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
43
44
- name: Setup PHP
45
uses: shivammathur/setup-php@v2
0 commit comments