Skip to content

Commit b511ca6

Browse files
author
cradu
committed
Updated cache key
1 parent 9a149cf commit b511ca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)