Skip to content

Commit f8363cc

Browse files
committed
try fix the actions
1 parent ffdae4a commit f8363cc

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
coverage: none
2323

2424
- name: Install composer dependencies
25-
uses: ramsey/composer-install@v3
25+
run: composer install --prefer-dist --no-progress --no-suggest --dev
2626

2727
- name: Run PHPStan
2828
run: ./vendor/bin/phpstan --error-format=github

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Install dependencies
4242
run: |
43-
composer i --no-interaction --no-update
43+
composer i --no-interaction
4444
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4545
4646
- name: List Installed Dependencies

tests/Pest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
->setup();
1212
})
1313
->in(__DIR__.'/Dompurify');
14-

0 commit comments

Comments
 (0)