Skip to content

Commit

Permalink
Changed minimum Laravel version to v10.38.2
Browse files Browse the repository at this point in the history
- Added PHP 8.3 Support individual modules' CI
  • Loading branch information
fulopattila122 committed Feb 27, 2024
1 parent caf0fe0 commit cc26402
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Upgraded to Konekt Address and User modules to v3
- Added the `currency` field to the orders table
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"konekt/enum": "^4.1",
"konekt/laravel-migration-compatibility": "^1.6",
"konekt/user": "^3.0",
"laravel/framework": "^10.0",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
},
Expand Down

0 comments on commit cc26402

Please sign in to comment.