File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,11 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- php : [8.1, 8. 2, 8.3]
17
- laravel : [10.*, 11.*]
16
+ php : [8.2, 8.3]
17
+ laravel : [11.*]
18
18
include :
19
- - laravel : 10.*
20
- testbench : 8.*
21
19
- laravel : 11.*
22
20
testbench : 9.*
23
- exclude :
24
- - laravel : 11.*
25
- php : 8.1
26
21
27
22
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}
28
23
Original file line number Diff line number Diff line change 22
22
"test" : " pest"
23
23
},
24
24
"require" : {
25
- "php" : " ^8.1 " ,
25
+ "php" : " ^8.2 " ,
26
26
"ext-json" : " *" ,
27
- "illuminate/support" : " ^10.0|^ 11.0" ,
27
+ "illuminate/support" : " ^11.0" ,
28
28
"cloudinary/cloudinary_php" : " ^2.0"
29
29
},
30
30
"require-dev" : {
31
31
"mockery/mockery" : " ^1.1" ,
32
- "orchestra/testbench" : " ^8.0|^ 9.0" ,
32
+ "orchestra/testbench" : " ^9.0" ,
33
33
"pestphp/pest" : " ^2.35" ,
34
34
"sempro/phpunit-pretty-print" : " ^1.0" ,
35
35
"laravel/pint" : " ^1.20"
You can’t perform that action at this time.
0 commit comments