File tree 3 files changed +6
-11
lines changed
3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : true
13
13
matrix :
14
- php : [8.3 , 8.2 , 8.1 ]
15
- laravel : [' 10.*', ' 11.*', ' 12.*' ]
14
+ php : [8.4 , 8.3 , 8.2 ]
15
+ laravel : [" 10.*", " 11.*", " 12.*" ]
16
16
dependency-version : [prefer-lowest, prefer-stable]
17
17
include :
18
18
- laravel : 10.*
21
21
testbench : 9.*
22
22
- laravel : 12.*
23
23
testbench : 10.*
24
- exclude :
25
- - laravel : 11.*
26
- php : 8.1
27
- - laravel : 12.*
28
- php : 8.1
29
24
30
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
31
26
Original file line number Diff line number Diff line change 12
12
13
13
## Requirements
14
14
15
- * PHP 8.1 +
15
+ * PHP 8.2 +
16
16
* Laravel 10.0
17
17
18
18
## Installation
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.1 || ^8.2 || ^8.3 " ,
19
+ "php" : " ^8.2 || ^8.3 || ^8.4 " ,
20
20
"illuminate/support" : " ^10.0 || ^11.0 || ^12.0"
21
21
},
22
22
"require-dev" : {
25
25
"laravel/ui" : " ^4.0" ,
26
26
"mockery/mockery" : " ^1.4.4" ,
27
27
"moneyphp/money" : " ^3.3 || ^4.5" ,
28
- "nesbot/carbon" : " ^2.66 || ^3.0" ,
28
+ "nesbot/carbon" : " ^2.71 || ^3.0" ,
29
29
"orchestra/testbench" : " ^8.0 || ^9.0 || ^10.0" ,
30
30
"phpunit/phpunit" : " ^10.4 || ^11.5.3" ,
31
31
"spatie/laravel-sitemap" : " ^6.0 || ^7.2" ,
56
56
},
57
57
"minimum-stability" : " dev" ,
58
58
"prefer-stable" : true
59
- }
59
+ }
You can’t perform that action at this time.
0 commit comments