The Weekly pipeline is failing again.
- The failure in phpunit (max PHP version) is pre-existing and can only by fixed by a new Solarium release that eliminates calls to
curl_close(). - I don’t think the failure in Drupal CMS is our fault so I created a ticket in the GitLab Templates project.
- To fix phpunit (next minor) we apparently just need to ignore two more deprecation warnings.
Issue fork searchstax-3608656
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
drunken monkeyComment #5
drunken monkeyThe remaining fail in phpunit (next minor) is caused by a bug in the EU Cookie Compliance module, see #3597964-16: Automated Drupal 12 compatibility fixes for eu_cookie_compliance 1.x-dev.
Therefore merged the MR, all remaining problems are out of our hands.
Comment #7
drunken monkey