File tree 2 files changed +8
-11
lines changed 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: tests
3
3
on :
4
4
push :
5
5
branches :
6
- - **
6
+ - *
7
7
pull_request :
8
8
types :
9
9
- ready_for_review
17
17
strategy :
18
18
fail-fast : true
19
19
matrix :
20
- php : [8.1, 8.2]
21
- laravel : ['10.*', '11.*']
22
- exclude :
23
- - laravel : 11.*
24
- php : 8.1
20
+ php : [8.2, 8.3, 8.4]
21
+ laravel : ['12.*']
25
22
26
23
name : PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }}
27
24
Original file line number Diff line number Diff line change 22
22
}
23
23
],
24
24
"require" : {
25
- "php" : " ^8.1 " ,
26
- "illuminate/support" : " ^10.0|^11.0|^ 12.0" ,
25
+ "php" : " ^8.2 " ,
26
+ "illuminate/support" : " ^12.0" ,
27
27
"intervention/image" : " ^3.4" ,
28
- "illuminate/container" : " ^10.0|^11.0|^ 12.0" ,
29
- "illuminate/contracts" : " ^10.0|^11.0|^ 12.0" ,
28
+ "illuminate/container" : " ^12.0" ,
29
+ "illuminate/contracts" : " ^12.0" ,
30
30
"ext-fileinfo" : " *"
31
31
},
32
32
"require-dev" : {
33
- "orchestra/testbench" : " ^8.0|^9.0|^ 10.0"
33
+ "orchestra/testbench" : " ^10.0"
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
You can’t perform that action at this time.
0 commit comments