File tree Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Original file line number Diff line number Diff line change @@ -10,30 +10,12 @@ jobs:
1010 test :
1111 runs-on : ${{ matrix.os }}
1212 strategy :
13- fail-fast : true
13+ fail-fast : false
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
1616 php : [8.3, 8.2, 8.1]
1717 laravel : [12.*, 11.*, 10.*]
1818 stability : [prefer-lowest, prefer-stable]
19- include :
20- - laravel : 12.*
21- testbench : 10.*
22- carbon : ^3.2
23- laravel-package-tools : ^1.16.4
24- collision : ^8.1.1
25-
26- - laravel : 11.*
27- testbench : 9.*
28- carbon : ^3.2
29- laravel-package-tools : ^1.16.4
30- collision : ^8.1.1
31-
32- - laravel : 10.*
33- testbench : 8.*
34- carbon : ^2.63
35- laravel-package-tools : ^1.16.4
36- collision : 7.*
3719
3820 exclude :
3921 - laravel : 11.*
6143
6244 - name : Install dependencies
6345 run : |
64- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" "spatie/laravel-package-tools:${{ matrix.laravel-package-tools }}" "nunomaduro/collision:${{ matrix.collision }}" --no-interaction --no-update
46+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
6547 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
6648
6749 - name : List Installed Dependencies
Original file line number Diff line number Diff line change 3939 "require-dev" : {
4040 "guzzlehttp/guzzle" : " ^7.0" ,
4141 "laravel/pint" : " ^1.0" ,
42- "larastan/larastan" : " ^2.0|^3.0- dev" ,
43- "nunomaduro/collision" : " ^7.9|^8.0 " ,
42+ "larastan/larastan" : " ^2.0|^3.0@ dev" ,
43+ "nunomaduro/collision" : " ^7.9|^8.1.1 " ,
4444 "orchestra/testbench" : " ^8.0|^9.0|^10.0" ,
4545 "pestphp/pest" : " ^2.0|^3.0" ,
4646 "pestphp/pest-plugin-arch" : " ^2.0|^3.0" ,
You can’t perform that action at this time.
0 commit comments