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:
277
277
id : actions-cache
278
278
with :
279
279
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') }}
281
281
restore-keys : |
282
- ${{ runner.os }}-composer-laravel-11 -${{ matrix.php }}-
282
+ ${{ runner.os }}-composer-laravel-12 -${{ matrix.php }}-
283
283
284
284
- name : Cache PHP dependencies (vendor)
285
285
uses : actions/cache@v4
286
286
id : vendor-cache
287
287
with :
288
288
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') }}
290
290
291
291
- name : Install Laravel Dependencies
292
292
if : steps.vendor-cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments