don't fail on non existing lock file
This commit is contained in:
parent
1e5fd83222
commit
2961b72c7a
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
id: composer-lock
|
id: composer-lock
|
||||||
if: "startsWith(matrix.php-version, '8.')"
|
if: "startsWith(matrix.php-version, '8.')"
|
||||||
run: |
|
run: |
|
||||||
rm composer.lock
|
rm -f composer.lock
|
||||||
echo "::set-output name=flags::--ignore-platform-reqs"
|
echo "::set-output name=flags::--ignore-platform-reqs"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue