File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Setup Problem Matchers
2828 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
2929
30- - name : Mimic PHP 8.0
31- run : composer config platform.php 8.0.999
32- if : matrix.php > 8
33-
3430 - name : Install Latest Dependencies
3531 uses : nick-invision/retry@v1
3632 with :
6359 - name : Setup Problem Matchers
6460 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
6561
66- - name : Mimic PHP 8.0
67- run : composer config platform.php 8.0.999
68- if : matrix.php > 8
69-
7062 - name : Install Lowest Dependencies
7163 uses : nick-invision/retry@v1
7264 with :
Original file line number Diff line number Diff line change 77 {
88 "name" : " Graham Campbell" ,
9910- "homepage" : " https://gjcampbell.co.uk/"
1110 },
1211 {
1312 "name" : " Vance Lucas" ,
14- 15- "homepage" : " https://vancelucas.com/"
13+ 1614 }
1715 ],
1816 "require" : {
2725 "require-dev" : {
2826 "ext-filter" : " *" ,
2927 "bamarni/composer-bin-plugin" : " ^1.4.1" ,
30- "phpunit/phpunit" : " ^7.5.20 || ^8.5.20 || ^9.5.8 "
28+ "phpunit/phpunit" : " ^7.5.20 || ^8.5.21 || ^9.5.10 "
3129 },
3230 "autoload" : {
3331 "psr-4" : {
Original file line number Diff line number Diff line change 55 beStrictAboutOutputDuringTests =" true"
66 bootstrap =" vendor/autoload.php"
77 colors =" true"
8+ convertDeprecationsToExceptions =" true"
89 convertErrorsToExceptions =" true"
910 convertNoticesToExceptions =" true"
1011 convertWarningsToExceptions =" true"
1112 failOnRisky =" true"
12- failOnWarning =" true "
13+ failOnWarning =" false "
1314 processIsolation =" false"
1415 stopOnError =" false"
1516 stopOnFailure =" false"
Original file line number Diff line number Diff line change 11{
22 "require" : {
33 "php" : " ^7.4" ,
4- "phpstan/phpstan" : " 0.12.98 " ,
4+ "phpstan/phpstan" : " 0.12.99 " ,
55 "phpstan/extension-installer" : " 1.1.0" ,
66 "phpstan/phpstan-deprecation-rules" : " 0.12.6" ,
77 "phpstan/phpstan-phpunit" : " 0.12.22" ,
Original file line number Diff line number Diff line change 11{
22 "require" : {
33 "php" : " ^7.4" ,
4- "psalm/phar" : " 4.9.3 "
4+ "psalm/phar" : " 4.10.0 "
55 },
66 "config" : {
77 "preferred-install" : " dist"
You can’t perform that action at this time.
0 commit comments