We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7026f8f commit a42ec03Copy full SHA for a42ec03
.github/workflows/php.yml
@@ -83,6 +83,13 @@ jobs:
83
with:
84
path: drupal/modules/contrib/apigee_edge
85
86
+ - name: Delete lock file
87
+ # Deleting the composer.lock file forces Composer to re-evaluate all dependencies
88
+ # and ensure the latest, secure versions are resolved during the 'composer update' step.
89
+ run: |
90
+ echo "Removing composer.lock to force update latest dependencies."
91
+ rm -f drupal/composer.lock
92
+
93
- name: "Allow plugins and dev dependencies"
94
run: |
95
cd drupal
0 commit comments