Skip to content

Commit fcd8cc3

Browse files
committed
WiP
1 parent 6b8f91d commit fcd8cc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
path: vendor
2525
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
2626
restore-keys: |
27-
${{ runner.os }}-php-
27+
${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
2828
2929
- name: Install dependencies
3030
run: composer install --prefer-dist --no-progress

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
path: vendor
1818
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
1919
restore-keys: |
20-
${{ runner.os }}-php-
20+
${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
2121
2222
- name: Install dependencies
2323
run: composer install --no-dev --no-interaction --no-progress

0 commit comments

Comments
 (0)