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 a38ae95 commit 51e7238Copy full SHA for 51e7238
.github/workflows/run-tests.yml
@@ -22,12 +22,6 @@ jobs:
22
- name: Checkout code
23
uses: actions/checkout@v2
24
25
- - name: Cache dependencies
26
- uses: actions/cache@v2
27
- with:
28
- path: ~/.composer/cache/files
29
- key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
30
-
31
- name: Setup PHP
32
uses: shivammathur/setup-php@v2
33
with:
0 commit comments