From 1d90003df0094e973a3585260738184f18d6aa1c Mon Sep 17 00:00:00 2001 From: Matt Glaman Date: Thu, 16 Oct 2025 10:19:02 +0200 Subject: [PATCH 1/2] Modify allow-plugins --- .github/workflows/php.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 9ebf75c3..d3a9cb1a 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -63,6 +63,7 @@ jobs: php-version: "${{ matrix.php-version }}" tools: composer:v2 extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, gd + - run: composer config --no-plugins allow-plugins.drupal/core-composer-scaffold - name: "Set drupal/core to ${{ matrix.drupal }}" run: "composer require drupal/core-recommended:${{ matrix.drupal }} --with-all-dependencies --dev --no-update" - name: "Install dependencies" From 2c008f982ceff870b29556fabfaefe4a8aa70b84 Mon Sep 17 00:00:00 2001 From: Matt Glaman Date: Thu, 16 Oct 2025 10:22:20 +0200 Subject: [PATCH 2/2] add true --- .github/workflows/php.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index d3a9cb1a..c4ec7676 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -63,7 +63,8 @@ jobs: php-version: "${{ matrix.php-version }}" tools: composer:v2 extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, gd - - run: composer config --no-plugins allow-plugins.drupal/core-composer-scaffold + - run: composer config --no-plugins 'allow-plugins.drupal/core-composer-scaffold' true + - run: composer config --no-plugins 'allow-plugins.drupal/core-project-message' true - name: "Set drupal/core to ${{ matrix.drupal }}" run: "composer require drupal/core-recommended:${{ matrix.drupal }} --with-all-dependencies --dev --no-update" - name: "Install dependencies"