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 207130b commit 744ccde
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
- Upgraded to Konekt Address v3
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed the minimal Enum requirement to v4.1
- BC: Changed the `TaxRate` interface so that it extends the `Configurable` interface
- Added the `type` field to the TaxCategory model
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"konekt/laravel-migration-compatibility": "^1.6",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0",
"laravel/framework": "^10.0"
"laravel/framework": "^10.38.2"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit 744ccde

Please sign in to comment.