File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1616 - " 8.2"
1717 - " 8.3"
1818 - " 8.4"
19+ update-options :
20+ - " "
21+ - " --prefer-lowest"
1922
2023 steps :
2124 - uses : actions/checkout@v4
3841 run : composer validate --strict --no-interaction
3942
4043 - name : Install dependencies
41- run : composer update --no-progress --no-interaction
44+ run : composer update --no-progress --no-interaction ${{ matrix.update-options }}
4245
4346 - name : Run tests
4447 run : composer test
Original file line number Diff line number Diff line change 1414 "php" : " ^7.4 || ^8.0"
1515 },
1616 "require-dev" : {
17- "php-parallel-lint/php-parallel-lint" : " ^1.3 " ,
17+ "php-parallel-lint/php-parallel-lint" : " ^1.4 " ,
1818 "php-parallel-lint/php-console-highlighter" : " ^1.0" ,
19- "phpstan/phpstan" : " ^1.9 " ,
20- "spaze/coding-standard" : " ^1.3 " ,
19+ "phpstan/phpstan" : " ^2.1 " ,
20+ "spaze/coding-standard" : " ^1.8 " ,
2121 "nette/tester" : " ^2.4"
2222 },
2323 "autoload" : {
You can’t perform that action at this time.
0 commit comments