remove trailing spaces
This commit is contained in:
parent
f1dfd52329
commit
2ca6bdc487
1 changed files with 2 additions and 2 deletions
4
.github/workflows/phpunit.yml
vendored
4
.github/workflows/phpunit.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Unit Testing
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
jobs:
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
coverage: none
|
||||
tools: composer, phpunit-polyfills
|
||||
tools: composer, phpunit-polyfills
|
||||
extensions: mysql
|
||||
- name: Install Composer dependencies for PHP
|
||||
uses: "ramsey/composer-install@v1"
|
||||
|
|
Loading…
Reference in a new issue