Skip to content

Commit d76074f

Browse files
authored
Fix CI setup for tests to set Composer allow-plugins (#916)
* Modify allow-plugins * add true
1 parent bd061e3 commit d76074f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
php-version: "${{ matrix.php-version }}"
6464
tools: composer:v2
6565
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, gd
66+
- run: composer config --no-plugins 'allow-plugins.drupal/core-composer-scaffold' true
67+
- run: composer config --no-plugins 'allow-plugins.drupal/core-project-message' true
6668
- name: "Set drupal/core to ${{ matrix.drupal }}"
6769
run: "composer require drupal/core-recommended:${{ matrix.drupal }} --with-all-dependencies --dev --no-update"
6870
- name: "Install dependencies"

0 commit comments

Comments
 (0)