We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8f91d commit fcd8cc3Copy full SHA for fcd8cc3
.github/workflows/php.yml
@@ -24,7 +24,7 @@ jobs:
24
path: vendor
25
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
26
restore-keys: |
27
- ${{ runner.os }}-php-
+ ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
28
29
- name: Install dependencies
30
run: composer install --prefer-dist --no-progress
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
run: composer install --no-dev --no-interaction --no-progress
0 commit comments