Skip to content

Commit

Permalink
Bumped minimal Laravel version to 8.75
Browse files Browse the repository at this point in the history
- Yes it was a trial and error fix. Using the CI 👼
  • Loading branch information
fulopattila122 committed Sep 25, 2023
1 parent a56cf84 commit 83449c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
laravel: ['8.68', '8.83', '9.0', '9.52', '10.0', '10.24']
laravel: ['8.75', '8.83', '9.0', '9.52', '10.0', '10.24']
enum: ['2', '3', '4']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Unreleased
##### 2023-XX-YY

- Bumped minimal Laravel version to 8.68
- Bumped minimal Laravel version to 8.75
- 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.68|9.*|10.*"
"illuminate/database": "^8.75|9.*|10.*"
},
"require-dev": {
"phpunit/phpunit": "9 - 10",
Expand Down

0 comments on commit 83449c9

Please sign in to comment.