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 65e194a commit 1084caeCopy full SHA for 1084cae
.github/workflows/run-tests.yml
@@ -16,13 +16,13 @@ jobs:
16
17
steps:
18
- name: Checkout code
19
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
20
21
- name: Cache dependencies
22
- uses: actions/cache@v1
+ uses: actions/cache@v2
23
with:
24
path: ~/.composer/cache/files
25
- key: dependencies-laravel-6.x-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
+ key: dependencies-laravel-7-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
26
27
- name: Setup PHP
28
uses: shivammathur/setup-php@v2
0 commit comments