File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 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
- Upgraded to Konekt Address and User modules to v3
13
15
- Added the ` currency ` field to the orders table
Original file line number Diff line number Diff line change 23
23
"konekt/enum" : " ^4.1" ,
24
24
"konekt/laravel-migration-compatibility" : " ^1.6" ,
25
25
"konekt/user" : " ^3.0" ,
26
- "laravel/framework" : " ^10.0 " ,
26
+ "laravel/framework" : " ^10.38.2 " ,
27
27
"vanilo/contracts" : " ^4.0" ,
28
28
"vanilo/support" : " ^4.0"
29
29
},
You can’t perform that action at this time.
0 commit comments