File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
tests :
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-22 .04
12
12
timeout-minutes : 10
13
13
14
14
strategy :
45
45
46
46
- name : PHPStan
47
47
run :
48
- vendor/bin/phpstan analyse --xdebug - vvv
48
+ vendor/bin/phpstan analyse -vvv
49
49
50
50
- name : PHPUnit
51
51
run : vendor/bin/phpunit --verbose
60
60
php-coveralls --coverage_clover=build/logs/clover.xml -v
61
61
62
62
tests-last :
63
- runs-on : ubuntu-20 .04
63
+ runs-on : ubuntu-22 .04
64
64
timeout-minutes : 10
65
65
66
66
strategy :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ test:php:
21
21
- composer normalize --dry-run --indent-size=4 --indent-style=space
22
22
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
23
23
- vendor/bin/phpmd src xml phpmd.xml
24
- - vendor/bin/phpstan analyse --xdebug - vvv
24
+ - vendor/bin/phpstan analyse -vvv
25
25
- vendor/bin/phpunit --colors=never
26
26
- phpdoc
27
27
artifacts :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ commands=(
6
6
" composer normalize --dry-run --indent-size=4 --indent-style=space"
7
7
" vendor/bin/php-cs-fixer fix --diff --dry-run --verbose"
8
8
" vendor/bin/phpmd src xml phpmd.xml"
9
- " vendor/bin/phpstan analyse --xdebug - vvv"
9
+ " vendor/bin/phpstan analyse -vvv"
10
10
" vendor/bin/phpunit"
11
11
" phpdoc"
12
12
)
You can’t perform that action at this time.
0 commit comments