File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,19 @@ on: [pull_request]
5
5
jobs :
6
6
test :
7
7
runs-on : ${{ matrix.os }}
8
+
8
9
strategy :
9
10
fail-fast : true
10
11
matrix :
11
12
os : [ubuntu-latest]
12
13
php : ['8.2','8.3', '8.4']
13
- laravel : [11.*]
14
+ laravel : [' 11.*', '12.*' ]
14
15
stability : ['prefer-stable']
15
16
include :
16
17
- laravel : 11.*
17
18
testbench : 9.*
19
+ - laravel : 12.*
20
+ testbench : 10.*
18
21
19
22
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
20
23
Original file line number Diff line number Diff line change 16
16
"require" : {
17
17
"php" : " ^8.2" ,
18
18
"guzzlehttp/guzzle" : " ^7.8" ,
19
- "illuminate/contracts" : " ^10.0|^11.0"
19
+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 "
20
20
},
21
21
"require-dev" : {
22
22
"laravel/pint" : " ^1.18" ,
23
23
"mockery/mockery" : " ^1.6" ,
24
24
"nunomaduro/larastan" : " ^2.0" ,
25
- "orchestra/testbench" : " ^8.5|^9.0" ,
26
- "pestphp/pest" : " ^2.36"
25
+ "orchestra/testbench" : " ^8.5|^9.0|^10.0 " ,
26
+ "pestphp/pest" : " ^2.36|^3.7 "
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
You can’t perform that action at this time.
0 commit comments