File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,13 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ ubuntu-latest ]
16
- php : [ 8.3, 8.2, 8.1 ]
17
- laravel : [ 10 .*, 11.* ]
16
+ php : [ 8.4, 8. 3, 8.2, 8.1 ]
17
+ laravel : [ 12 .*, 11.*, 10 .* ]
18
18
stability : [ prefer-stable ]
19
19
include :
20
+ - laravel : 12.*
21
+ testbench : 10.*
22
+ carbon : ^3.8.4
20
23
- laravel : 11.*
21
24
testbench : 9.*
22
25
carbon : 3.*
26
29
exclude :
27
30
- laravel : 11.*
28
31
php : 8.1
32
+ - laravel : 12.*
33
+ php : 8.1
29
34
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
30
35
steps :
31
36
- name : Checkout code
Original file line number Diff line number Diff line change 18
18
}
19
19
],
20
20
"require" : {
21
- "php" : " ^8.1|^8.2|^8.3" ,
22
- "laravel/framework" : " ^10.0|^11.0" ,
21
+ "php" : " ^8.1|^8.2|^8.3|^8.4 " ,
22
+ "laravel/framework" : " ^10.0|^11.0|^12.0 " ,
23
23
"ronanguilloux/isocodes" : " ^2.3.5"
24
24
},
25
25
"autoload" : {
34
34
},
35
35
"require-dev" : {
36
36
"mockery/mockery" : " ^1.2" ,
37
- "orchestra/testbench" : " ^9.5" ,
37
+ "orchestra/testbench" : " ^8.0|^ 9.5|^10.0 " ,
38
38
"phpstan/extension-installer" : " ^1.4" ,
39
- "phpunit/phpunit" : " ^10.5|^11.0"
39
+ "phpunit/phpunit" : " ^10.5|^11.0|^12.0 "
40
40
},
41
41
"extra" : {
42
42
"laravel" : {
You can’t perform that action at this time.
0 commit comments