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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user