Skip to content

Commit ba5253d

Browse files
committed
bump setup-drupal
1 parent aa99194 commit ba5253d

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,10 @@ jobs:
109109
tools: composer:v2
110110
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, bcmath, gd, exif, iconv
111111
- name: Setup Drupal
112-
uses: bluehorndigital/[email protected].3
112+
uses: bluehorndigital/[email protected].4
113113
with:
114114
version: ${{ matrix.drupal }}
115115
path: ~/drupal
116-
- name: Fix allow-plugins (8.9)
117-
if: ${{ matrix.drupal == '^8.9' }}
118-
run: |
119-
cd ~/drupal
120-
composer config --no-plugins allow-plugins.drupal/core-composer-scaffold true
121-
composer config --no-plugins allow-plugins.drupal/core-project-message true
122-
- name: Fix allow-plugins
123-
run: |
124-
cd ~/drupal
125-
composer config --no-plugins allow-plugins.composer/installers true
126-
composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
127116
- name: "set the version alias for self"
128117
run: |
129118
if [ "${{ github.event_name }}" == 'pull_request' ]; then

0 commit comments

Comments
 (0)