File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : false
11
11
matrix :
12
- php : [8.1, 8.2, 8.3]
13
- laravel : [10.*, 11.*]
12
+ php : [8.1, 8.2, 8.3, 8.4 ]
13
+ laravel : [10.*, 11.*, 12.* ]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
+ - laravel : 12.*
17
+ testbench : 10.*
16
18
- laravel : 11.*
17
19
testbench : 9.*
18
20
- laravel : 10.*
19
21
testbench : 8.*
20
22
exclude :
21
23
# excludes laravel 11 on php 8.1
22
24
- php : 8.1
23
- laravel : 11.*
25
+ laravel : [11.*, 12.*]
26
+ - php : 8.2
27
+ laravel : 12.*
24
28
25
29
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
26
30
Original file line number Diff line number Diff line change 25
25
],
26
26
"require" : {
27
27
"php" : " ^8.0" ,
28
- "illuminate/support" : " ~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" ,
28
+ "illuminate/support" : " ~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 " ,
29
29
"jaybizzle/crawler-detect" : " ^1.2" ,
30
30
"spatie/laravel-referer" : " ^1.6" ,
31
31
"torann/geoip" : " ^1.0|^3.0" ,
32
32
"nesbot/carbon" : " ^2.0|^3.0"
33
33
},
34
34
"require-dev" : {
35
- "doctrine/dbal" : " ^2.6|^3 .0" ,
36
- "illuminate/support" : " ~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" ,
35
+ "doctrine/dbal" : " ^2.6 || ^3.0 || ^4 .0" ,
36
+ "illuminate/support" : " ~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 " ,
37
37
"mockery/mockery" : " ^1.4 || ^1.6" ,
38
- "orchestra/testbench" : " ^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
38
+ "orchestra/testbench" : " ^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 " ,
39
39
"phpunit/phpunit" : " ^9.0 || ^10.1" ,
40
40
"predis/predis" : " ^1.1|^2.0"
41
41
},
You can’t perform that action at this time.
0 commit comments