Skip to content

Commit 7724769

Browse files
authored
Merge pull request #444 from mglaman/fix-composer-allow-plugins
fix composer allow-plugins in CI
2 parents 50c28c4 + 860881f commit 7724769

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ 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
@@ -130,10 +130,6 @@ jobs:
130130
run: |
131131
cd ~/drupal
132132
./vendor/bin/phpstan analyze web/core/install.php --debug
133-
- name: "Test core/tests/Drupal/Tests/UnitTestCase.php"
134-
run: |
135-
cd ~/drupal
136-
./vendor/bin/phpstan analyze web/core/tests/Drupal/Tests/SkippedDeprecationTest.php --debug
137133
- name: "Test BrowserTestBase is autoloaded"
138134
run: |
139135
cd ~/drupal
@@ -186,7 +182,7 @@ jobs:
186182
tools: composer:v2
187183
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, bcmath, gd, exif, iconv
188184
- name: Setup Drupal
189-
uses: bluehorndigital/[email protected].3
185+
uses: bluehorndigital/[email protected].4
190186
with:
191187
version: ${{ matrix.drupal }}
192188
path: ~/drupal

0 commit comments

Comments
 (0)