File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 8
8
timeout-minutes : 10
9
9
strategy :
10
10
matrix :
11
- php : ['8.2']
12
- laravel : ['10.0 ', '10.46']
11
+ php : ['8.2', '8.3' ]
12
+ laravel : ['10.38 ', '10.46']
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 8
8
- Dropped PHP 8.0 & PHP 8.1 Support
9
9
- Dropped Laravel 9 Support
10
10
- Dropped Enum v3 Support
11
+ - Added PHP 8.3 Support
12
+ - Changed minimum Laravel version to v10.38.2
11
13
- Changed minimal Enum requirement to v4.1
12
14
- Added the ` Stockable ` interface to the Product Model
13
15
- 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.1" ,
23
23
"konekt/enum-eloquent" : " ^1.9" ,
24
- "laravel/framework" : " ^10.0 " ,
24
+ "laravel/framework" : " ^10.38.2 " ,
25
25
"vanilo/contracts" : " ^4.0" ,
26
26
"vanilo/support" : " ^4.0" ,
27
27
"cviebrock/eloquent-sluggable" : " ^10.0"
You can’t perform that action at this time.
0 commit comments