From 5d93e1564a9d1e184273bd31c8623165a67fc7b5 Mon Sep 17 00:00:00 2001 From: Vishal Khode <81069167+vishalkhode1@users.noreply.github.com> Date: Sat, 16 Dec 2023 20:45:44 +0530 Subject: [PATCH] Merge pull request #130 from acquia/ACMS-drupal10.2ci-failing ACMS-000: Fix failing CI. --- tests/packages_alter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/packages_alter.yml b/tests/packages_alter.yml index a7318514..1bc54712 100644 --- a/tests/packages_alter.yml +++ b/tests/packages_alter.yml @@ -27,3 +27,7 @@ webdriver-binary/binary-chromedriver: type: composer-plugin wikimedia/composer-merge-plugin: type: composer-plugin + +# DO not install acquia_perz module as it requires `symfony/psr-http-message-bridge: ^1.1.2 || ^2.0` +# While drupal/core-recommended requires `symfony/psr-http-message-bridge: ~6.4.0`. So it's failing CI. +drupal/acquia_perz: ~