Skip to content

Commit e7d7689

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

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: .github/workflows/tests.yml

+2-2
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

Diff for: Changelog.md

+2
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
- Added the `Stockable` interface to the Product Model
1315
- Added the `backorder` field to products

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"konekt/concord": "^1.13",
2222
"konekt/enum": "^4.1",
2323
"konekt/enum-eloquent": "^1.9",
24-
"laravel/framework": "^10.0",
24+
"laravel/framework": "^10.38.2",
2525
"vanilo/contracts": "^4.0",
2626
"vanilo/support": "^4.0",
2727
"cviebrock/eloquent-sluggable": "^10.0"

0 commit comments

Comments
 (0)