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 95fdfd3 commit 93d97d3
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
- BC: Changed the `CheckoutSubjectItem` interface into Configurable & Schematized

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.2",
"konekt/concord": "^1.13",
"konekt/enum": "^4.1",
"laravel/framework": "^10.0",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
},
Expand Down

0 comments on commit 93d97d3

Please sign in to comment.