File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3333 with :
3434 path : ~/.composer/cache/files
3535 key : dependencies-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
36+ restore-keys : dependencies-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-
3637
3738 - name : Setup PHP
3839 uses : shivammathur/setup-php@v2
7677 with :
7778 path : ~/.composer/cache/files
7879 key : dependencies-${{ env.laravel }}-php-${{ env.php }}-composer-${{ hashFiles('composer.json') }}
80+ restore-keys : dependencies-${{ env.laravel }}-php-${{ env.php }}-composer-
7981
8082 - name : Setup PHP
8183 uses : shivammathur/setup-php@v2
@@ -123,6 +125,7 @@ jobs:
123125 with :
124126 path : ~/.composer/cache/files
125127 key : dependencies-${{ env.laravel }}-php-${{ env.php }}-composer-${{ hashFiles('composer.json') }}
128+ restore-keys : dependencies-${{ env.laravel }}-php-${{ env.php }}-composer-
126129
127130 - name : Setup PHP
128131 uses : shivammathur/setup-php@v2
@@ -178,6 +181,7 @@ jobs:
178181 with :
179182 path : ~/.composer/cache/files
180183 key : dependencies-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
184+ restore-keys : dependencies-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-
181185
182186 - name : Setup PHP
183187 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments