PHP 8 and PHPUnit 9.3 support

This commit is contained in:
Graham Campbell
2020-08-07 11:23:45 +01:00
parent 051ca73cae
commit 3cfadee2bb
11 changed files with 95 additions and 48 deletions

View File

@ -20,7 +20,7 @@ jobs:
coverage: none
- name: Install Dependencies
run: composer update --no-interaction --prefer-dist --no-progress
run: composer update --no-interaction --no-progress
- name: Run Rector
run: vendor/bin/rector process src --dry-run
@ -48,7 +48,7 @@ jobs:
coverage: none
- name: Install Dependencies
run: composer update --prefer-stable --no-interaction --prefer-dist --no-progress
run: composer update --prefer-stable --no-interaction --no-progress
- name: Run PHPStan
run: vendor/bin/phpstan analyse --no-progress