1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-06-11 03:43:15 +02:00

Update ci workflow, migrate phpunit config to latest schema.

This commit is contained in:
Anthony Birkett
2021-05-31 15:01:36 +01:00
parent 780ebba6a2
commit d323c6da88
4 changed files with 19 additions and 15 deletions
+2
View File
@@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v1
- name: Install dependencies
run: composer install --no-interaction --no-progress
- name: Run cs-fixer
run: php${{ matrix.php }} vendor/bin/php-cs-fixer --config=.php-cspfixer.php
- name: Run tests
run: php${{ matrix.php }} vendor/bin/phpunit --configuration Tests/phpunit.xml --verbose --fail-on-warning
- name: Run phpstan