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 032031d commit c558188
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
- Added the `mapInto()` method to the `RelationAdjustmentCollection` class, which forwards the call to the underlying Eloquent collection
- BC: Added the `deleteByType()` method to the `AdjustmentCollection` interface + both implementation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"konekt/concord": "^1.13",
"konekt/enum": "^4.1",
"konekt/enum-eloquent": "^1.9",
"laravel/framework": "^10.0"
"laravel/framework": "^10.38.2"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit c558188

Please sign in to comment.