File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
1010 tests :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-22 .04
1212 timeout-minutes : 10
1313
1414 strategy :
4545
4646 - name : PHPStan
4747 run :
48- vendor/bin/phpstan analyse --xdebug - vvv
48+ vendor/bin/phpstan analyse -vvv
4949
5050 - name : PHPUnit
5151 run : vendor/bin/phpunit --verbose
6060 php-coveralls --coverage_clover=build/logs/clover.xml -v
6161
6262 tests-last :
63- runs-on : ubuntu-20 .04
63+ runs-on : ubuntu-22 .04
6464 timeout-minutes : 10
6565
6666 strategy :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ test:php:
2121 - composer normalize --dry-run --indent-size=4 --indent-style=space
2222 - vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
2323 - vendor/bin/phpmd src xml phpmd.xml
24- - vendor/bin/phpstan analyse --xdebug - vvv
24+ - vendor/bin/phpstan analyse -vvv
2525 - vendor/bin/phpunit --colors=never
2626 - phpdoc
2727 artifacts :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ commands=(
66 " composer normalize --dry-run --indent-size=4 --indent-style=space"
77 " vendor/bin/php-cs-fixer fix --diff --dry-run --verbose"
88 " vendor/bin/phpmd src xml phpmd.xml"
9- " vendor/bin/phpstan analyse --xdebug - vvv"
9+ " vendor/bin/phpstan analyse -vvv"
1010 " vendor/bin/phpunit"
1111 " phpdoc"
1212)
You can’t perform that action at this time.
0 commit comments