Skip to content

Commit cc26402

Browse files
Changed minimum Laravel version to v10.38.2
- Added PHP 8.3 Support individual modules' CI
1 parent caf0fe0 commit cc26402

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
php: ['8.2']
12-
laravel: ['10.0', '10.46']
11+
php: ['8.2', '8.3']
12+
laravel: ['10.38', '10.46']
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- Dropped PHP 8.0 & PHP 8.1 Support
99
- Dropped Laravel 9 Support
1010
- Dropped Enum v3 Support
11+
- Added PHP 8.3 Support
12+
- Changed minimum Laravel version to v10.38.2
1113
- Changed minimal Enum requirement to v4.1
1214
- Upgraded to Konekt Address and User modules to v3
1315
- Added the `currency` field to the orders table

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"konekt/enum": "^4.1",
2424
"konekt/laravel-migration-compatibility": "^1.6",
2525
"konekt/user": "^3.0",
26-
"laravel/framework": "^10.0",
26+
"laravel/framework": "^10.38.2",
2727
"vanilo/contracts": "^4.0",
2828
"vanilo/support": "^4.0"
2929
},

0 commit comments

Comments
 (0)