Skip to content

Commit 5b77347

Browse files
Added spacing
1 parent d13c504 commit 5b77347

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
phpunit: '10.0'
2020
runs-on: ubuntu-latest
2121
name: PHP ${{ matrix.php }}, PHPUnit ${{ matrix.phpunit }}
22-
22+
2323
steps:
2424
- uses: actions/checkout@v1
25-
25+
2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2
2828
with:
@@ -31,6 +31,7 @@ jobs:
3131
ini-values: error_reporting=E_ALL
3232
coverage: pcov
3333
tools: composer:v2
34+
3435
- name: Validate composer.json and composer.lock
3536
run: composer validate
3637

@@ -43,6 +44,6 @@ jobs:
4344

4445
#- name: Run type checker
4546
# run: ./vendor/bin/psalm
46-
47+
4748
- name: Run unit tests
4849
run: ./vendor/bin/phpunit --testdox --no-coverage

0 commit comments

Comments
 (0)