Commit 3bf2ac6 1 parent 870731c commit 3bf2ac6 Copy full SHA for 3bf2ac6
File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
fail-fast : true
12
12
matrix :
13
13
os : [ubuntu-latest]
14
- php : [ 8.3 , 8.2 ]
15
- laravel : [ '10.*', ' 11.*' ]
14
+ php : [ 8.4 , 8.3 ]
15
+ laravel : [ ^12.0, ^ 11.0 ]
16
16
stability : [prefer-lowest, prefer-stable]
17
17
include :
18
- - laravel : 11.*
19
- testbench : 9.*
20
- - laravel : 10.*
21
- testbench : 8.*
18
+ - laravel : ^12.0
19
+ testbench : ^10.0
20
+ - laravel : ^11.0
21
+ testbench : ^9.0
22
22
23
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
24
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"require" : {
12
- "php" : " ^8.2 " ,
12
+ "php" : " ^8.3 " ,
13
13
"livewire/livewire" : " ^3.0"
14
14
},
15
15
"require-dev" : {
16
16
"laravel/pint" : " ^1.0" ,
17
- "orchestra/testbench" : " ^8 .0|^9 .0" ,
18
- "phpunit/phpunit" : " ^10.5|^ 11.0" ,
17
+ "orchestra/testbench" : " ^9 .0|^10 .0" ,
18
+ "phpunit/phpunit" : " ^11.0" ,
19
19
"rcrowe/twigbridge" : " ^0.14.1"
20
20
},
21
21
"suggest" : {
45
45
"format" : " vendor/bin/pint" ,
46
46
"test" : " vendor/bin/phpunit"
47
47
}
48
- }
48
+ }
You can’t perform that action at this time.
0 commit comments