File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,17 @@ jobs:
113
113
with :
114
114
version : ${{ matrix.drupal }}
115
115
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
116
127
- name : " set the version alias for self"
117
128
run : |
118
129
if [ "${{ github.event_name }}" == 'pull_request' ]; then
You can’t perform that action at this time.
0 commit comments