Skip to content

Commit b7ca157

Browse files
committed
fix styling
1 parent f50d18d commit b7ca157

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ jobs:
55
code-quality:
66
name: Run code quality checks on PHP 7.4
77
runs-on: ubuntu-latest
8-
strategy:
9-
fail-fast: false
10-
matrix:
11-
dependency-version: ['', '--prefer-lowest']
128
steps:
139
- name: Checkout code
1410
uses: actions/checkout@v2
@@ -17,7 +13,7 @@ jobs:
1713
with:
1814
php-version: '7.4'
1915
- name: Install dependencies
20-
run: composer update ${{ matrix.dependency-version }} --no-ansi --no-interaction --no-scripts --no-suggest --prefer-dist
16+
run: composer install
2117
- name: Run PHPStan
2218
run: vendor/bin/phpstan analyze
2319
- name: Run PHP CS Fixer

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/composer.lock
21
/vendor
32
.phpunit.result.cache
43
.php-cs-fixer.cache

0 commit comments

Comments
 (0)