Update composer packages cache key

Update composer packages cache key to trigger refresh on lexer
This commit is contained in:
Simon Wisselink
2023-01-28 10:44:01 +01:00
committed by GitHub
parent 39dad96601
commit 8a2ed9446a

View File

@@ -67,9 +67,9 @@ jobs:
uses: actions/cache@v3
with:
path: vendor
key: smartyv5-${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
key: v5r2-${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
restore-keys: |
smartyv5-${{ runner.os }}-php-${{ matrix.php-version }}-
v5r1-${{ runner.os }}-php-${{ matrix.php-version }}-
- name: Install dependencies
uses: php-actions/composer@v6