-
-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Preliminary checklist
- I am using the latest stable version of DDEV
- I am using the latest stable version of this add-on
Expected Behavior
Tests are failing due to composer 2.9, see:
https://github.com/ddev/ddev-drupal-contrib/actions/runs/19358983935/job/55386135763#step:3:228
# - Root composer.json requires drupal/core-recommended 11 (exact version match: 11, 11.0, 11.0.0 or 11.0.0.0), found drupal/core-recommended[11.0.0] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-4txt-syt7-f859", "PKSA-ckr2-ndkc-nts3", "PKSA-vt8m-56zm-d92y", "PKSA-hc46-z535-fjfk", "PKSA-35hc-pd1y-zwpc") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
There's lots of carnage from composer 2.9, https://github.com/composer/composer/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen
I imagine this will affect Drupal devs in general.