File tree 2 files changed +17
-8
lines changed
2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,17 @@ jobs:
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- php : [7.4, 8.0]
16
- laravel : [8.*, 6.*]
15
+ php : [7.4, 8.0, 8.1 ]
16
+ laravel : [9.*, 8.*, 6.*]
17
17
dependency-version : [prefer-lowest, prefer-stable]
18
+ exclude :
19
+ - php : 8.1
20
+ laravel : 6.*
21
+ - php : 7.4
22
+ laravel : 9.*
18
23
include :
24
+ - laravel : 9.*
25
+ testbench : 7.*
19
26
- laravel : 8.*
20
27
testbench : 6.*
21
28
- laravel : 6.*
Original file line number Diff line number Diff line change 19
19
"license" : " MIT" ,
20
20
"require" : {
21
21
"php" : " ^7.4 | ^8.0" ,
22
- "illuminate/config" : " ^6.20|^8.0" ,
23
- "illuminate/console" : " ^6.20|^8.0" ,
24
- "illuminate/log" : " ^6.20|^8.0" ,
25
- "illuminate/support" : " ^6.20|^8.0" ,
22
+ "illuminate/config" : " ^6.20|^8.76|^9. 0" ,
23
+ "illuminate/console" : " ^6.20|^8.76|^9. 0" ,
24
+ "illuminate/log" : " ^6.20|^8.76|^9. 0" ,
25
+ "illuminate/support" : " ^6.20|^8.76|^9. 0" ,
26
26
"monolog/monolog" : " ^2.0" ,
27
27
"cesargb/php-log-rotation" : " ^2.4"
28
28
},
29
29
"require-dev" : {
30
- "orchestra/testbench" : " ^4.18|^6.20" ,
30
+ "orchestra/testbench" : " ^4.18|^6.20|^7.0 " ,
31
31
"phpunit/phpunit" : " ^9.4"
32
32
},
33
33
"autoload" : {
49
49
" Cesargb\\ LaravelLog\\ RotateServiceProvider"
50
50
]
51
51
}
52
- }
52
+ },
53
+ "minimum-stability" : " dev" ,
54
+ "prefer-stable" : true
53
55
}
You can’t perform that action at this time.
0 commit comments