remove trailing spaces

This commit is contained in:
Matthias Pfefferle 2022-12-23 12:04:25 +01:00 committed by GitHub
parent f1dfd52329
commit 2ca6bdc487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"