File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
php : ['8.2', '8.3']
12
- laravel : ['10.38 ', '10.48', '11.0']
12
+ laravel : ['10.43 ', '10.48', '11.0']
13
13
name : PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
14
14
steps :
15
15
- name : Checkout
Original file line number Diff line number Diff line change 10
10
- Dropped Enum v3 Support
11
11
- Added PHP 8.3 Support
12
12
- Added Laravel 11 Support
13
- - Changed minimum Laravel version to v10.38.2
13
+ - Changed minimum Laravel version to v10.43
14
14
- Changed minimal Enum requirement to v4.2
15
15
- Added the ` Stockable ` interface to the Product Model
16
16
- Added the ` backorder ` field to products
Original file line number Diff line number Diff line change 21
21
"konekt/concord" : " ^1.13" ,
22
22
"konekt/enum" : " ^4.2" ,
23
23
"konekt/enum-eloquent" : " ^1.9" ,
24
- "laravel/framework" : " ^10.38.2 |^11.0" ,
24
+ "laravel/framework" : " ^10.43 |^11.0" ,
25
25
"vanilo/contracts" : " ^4.0" ,
26
26
"vanilo/support" : " ^4.0" ,
27
27
"cviebrock/eloquent-sluggable" : " ^10.0|^11.0"
You can’t perform that action at this time.
0 commit comments