Skip to content

Commit 860881f

Browse files
committed
bump setup-drupal in other workflow
1 parent f981f5f commit 860881f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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/UnitTestCaseTest.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)