We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900bd69 commit d25945fCopy full SHA for d25945f
.github/workflows/test-slevomat-coding-standard.yml
@@ -32,14 +32,18 @@ jobs:
32
with:
33
repository: slevomat/coding-standard
34
path: slevomat-cs
35
- ref: 8.7.1
+ ref: 710c256bf3f0f696ec8d4f9d2218321c3eb0f7d2
36
37
- name: "Install PHP"
38
uses: "shivammathur/setup-php@v2"
39
40
coverage: "none"
41
php-version: "${{ matrix.php-version }}"
42
43
+ - name: "Unset platform"
44
+ working-directory: slevomat-cs
45
+ run: "composer config --unset platform"
46
+
47
- name: "Install dependencies"
48
working-directory: slevomat-cs
49
run: "composer install --no-interaction --no-progress"
@@ -56,7 +60,7 @@ jobs:
56
60
57
61
- name: "Tests"
58
62
59
- run: "bin/phpunit"
63
+ run: "bin/phpunit --no-coverage"
64
65
- name: "PHPStan"
66
0 commit comments