Skip to content

Commit

Permalink
Bumped minimal Laravel version to 8.52
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Sep 25, 2023
1 parent 53f0c41 commit 7372e73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ jobs:
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
laravel: ['8.22', '8.83', '9.0', '9.52', '10.0', '10.24']
laravel: ['8.52', '8.83', '9.0', '9.52', '10.0', '10.24']
enum: ['2', '3', '4']
exclude:
- php: '8.1'
laravel: '8.22'
- php: '8.0'
laravel: '10.0'
- php: '8.0'
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
## Unreleased
##### 2023-XX-YY

- Bumped minimal Laravel version to 8.52
- Fixed issue where CastEnum did not take in account hidden or visible properties from Eloquent

## 1.9.0
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 @@
"require": {
"php": "^8.0",
"konekt/enum": "^2.0.2 || ^3.0 | ^4.0",
"illuminate/database": "8.*|9.*|10.*"
"illuminate/database": "^8.52|9.*|10.*"
},
"require-dev": {
"phpunit/phpunit": "9 - 10",
Expand Down

0 comments on commit 7372e73

Please sign in to comment.