Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d25945f

Browse files
Update slevomat/coding-standard
1 parent 900bd69 commit d25945f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎.github/workflows/test-slevomat-coding-standard.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,18 @@ jobs:
3232
with:
3333
repository: slevomat/coding-standard
3434
path: slevomat-cs
35-
ref: 8.7.1
35+
ref: 710c256bf3f0f696ec8d4f9d2218321c3eb0f7d2
3636

3737
- name: "Install PHP"
3838
uses: "shivammathur/setup-php@v2"
3939
with:
4040
coverage: "none"
4141
php-version: "${{ matrix.php-version }}"
4242

43+
- name: "Unset platform"
44+
working-directory: slevomat-cs
45+
run: "composer config --unset platform"
46+
4347
- name: "Install dependencies"
4448
working-directory: slevomat-cs
4549
run: "composer install --no-interaction --no-progress"
@@ -56,7 +60,7 @@ jobs:
5660

5761
- name: "Tests"
5862
working-directory: slevomat-cs
59-
run: "bin/phpunit"
63+
run: "bin/phpunit --no-coverage"
6064

6165
- name: "PHPStan"
6266
working-directory: slevomat-cs

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /