File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848 - name : Install dependencies
4949 if : steps.composer-cache.outputs.cache-hit != 'true'
5050 run : |
51- ${{ matrix.php >= 7.2 && matrix.php < 8 && matrix.setup == 'lowest' && ' composer require --no-update " phpunit/phpunit:^5.7.27||^6.5.14||^7.5.20" --dev --no-interaction;' || '' }}
52- ${{ matrix.php >= 8 && ' composer require --no-update phpunit/phpunit:^8.5.33 --dev --no-interaction && composer require --no-update phug/phug:^1.9.0 --no-interaction;' || '' }}
51+ composer require --no-update phpunit/phpunit:^9.6.22 --dev --no-interaction
52+ composer require --no-update phug/phug:^1.9.0 --no-interaction
5353 composer update --prefer-dist ${{ matrix.setup != 'next' && format('--prefer-{0}', matrix.setup) || '' }} --no-progress
5454
5555 - name : Run test suite
Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "homepage" : " https://phug-lang.com" ,
88 "require" : {
9- "phug/phug" : " ^0.1.8 || ^0.2.0 || ^0.3.0 || ^1 .0 || ^2.0" ,
9+ "phug/phug" : " ^1.9 .0 || ^2.0" ,
1010 "js-transformer/js-transformer" : " ^1.0"
1111 },
1212 "require-dev" : {
You can’t perform that action at this time.
0 commit comments