mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
PHP 8 and PHPUnit 9.3 support
This commit is contained in:
4
.github/workflows/static.yml
vendored
4
.github/workflows/static.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user