File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,13 @@ jobs:
2323 os : [ubuntu-latest, windows-latest]
2424 php : [8.4, 8.3]
2525 laravel : [12.*, 11.*]
26- stability : [prefer-lowest, prefer-stable]
2726 include :
2827 - laravel : 12.*
2928 testbench : 10.*
3029 - laravel : 11.*
3130 testbench : 9.*
3231
33- name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix. os }}
32+ name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
3433
3534 steps :
3635 - name : Checkout code
4948 echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
5049
5150 - name : Install dependencies
52- run : |
53- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
54- composer update --${{ matrix.stability }} --prefer-dist --no-interaction
51+ run : composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --prefer-stable --prefer-dist --no-interaction
5552
5653 - name : List Installed Dependencies
5754 run : composer show -D
You can’t perform that action at this time.
0 commit comments