File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,16 +277,16 @@ jobs:
277277 id : actions-cache
278278 with :
279279 path : ${{ steps.composer-cache.outputs.dir }}
280- key : ${{ runner.os }}-composer-laravel-11 -${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
280+ key : ${{ runner.os }}-composer-laravel-12 -${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
281281 restore-keys : |
282- ${{ runner.os }}-composer-laravel-11 -${{ matrix.php }}-
282+ ${{ runner.os }}-composer-laravel-12 -${{ matrix.php }}-
283283
284284 - name : Cache PHP dependencies (vendor)
285285 uses : actions/cache@v4
286286 id : vendor-cache
287287 with :
288288 path : vendor
289- key : ${{ runner.os }}-build-laravel-11 -${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
289+ key : ${{ runner.os }}-build-laravel-12 -${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
290290
291291 - name : Install Laravel Dependencies
292292 if : steps.vendor-cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments