File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
pull_request :
8
- branches :
9
- - main
10
8
11
9
jobs :
12
10
test :
21
19
include :
22
20
- laravel : 11.*
23
21
testbench : ^9.0
24
- collision : ^8.1
25
22
- laravel : 12.*
26
23
testbench : ^10.0
27
- collision : ^9.0
28
24
29
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
30
26
46
42
47
43
- name : Install dependencies
48
44
run : |
49
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nunomaduro/collision:${{ matrix.collision }}" --no-interaction --no-update
45
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
50
46
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
51
47
52
48
- name : Execute tests
Original file line number Diff line number Diff line change 20
20
"illuminate/contracts" : " ^11.0|^12.0"
21
21
},
22
22
"require-dev" : {
23
- "nunomaduro/collision" : " ^8.1|^9.0" ,
24
23
"orchestra/testbench" : " ^9.0|^10.0" ,
25
24
"phpunit/phpunit" : " ^10.5|^11.0"
26
25
},
You can’t perform that action at this time.
0 commit comments