File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1010 matrix :
1111 os : [ ubuntu-latest ]
1212 php : [ 7.4, 8.0, 8.1 ]
13- laravel : [ 8.*, 9.* ]
14- dependency-version : [ prefer-stable ]
15- include :
16- - laravel : 9.*
17- testbench : 7.*
13+ dependency-version : [ prefer-lowest, prefer-stable ]
1814
1915 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2016
3531
3632 - name : Install dependencies
3733 run : |
38- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
39- composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
34+ composer install --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4035 env :
4136 COMPOSER_AUTH : ${{ secrets.COMPOSER_AUTH }}
4237
Original file line number Diff line number Diff line change 2121 "intouch/newrelic" : " ^2.0"
2222 },
2323 "require-dev" : {
24- "orchestra/testbench" : " ^6.0|^7.0|^8.0 " ,
24+ "orchestra/testbench" : " ^6.0|^7.0" ,
2525 "phpunit/phpunit" : " ^9.5"
2626 },
2727 "minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments