File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 coverage : pcov
8282 tools : phpunit
8383
84+ # Force PHPUnit 11.5 on PHP 8.2 to keep support for it
85+ # https://phpunit.de/supported-versions.html
86+ - if : matrix.php-version == '8.2'
87+ run : composer require --no-update phpunit/phpunit:^11.5
88+
8489 - name : " Composer: install"
85- run : composer install --prefer-dist -- no-interaction --no-progress
90+ run : composer update --no-interaction --prefer-dist
8691
8792 - name : " PHPUnit: version"
8893 run : phpunit --version
Original file line number Diff line number Diff line change 1- name : Update descriptors
1+ name : " Update devices "
22
33on :
44 # schedule:
2121 tools : composer
2222
2323 - name : Install dependencies
24- run : composer install --prefer-dist -- no-interaction --no-progress
24+ run : composer update --no-interaction --prefer-dist
2525
2626 - name : Update device descriptors
2727 run : php bin/update-devices.php
You can’t perform that action at this time.
0 commit comments