diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b20f7a2..9f0e184 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: php: ['8.0', '8.1', '8.2'] - laravel: ['8.52', '8.83', '9.0', '9.52', '10.0', '10.24'] + laravel: ['8.68', '8.83', '9.0', '9.52', '10.0', '10.24'] enum: ['2', '3', '4'] exclude: - php: '8.0' diff --git a/Changelog.md b/Changelog.md index 8f9f4c2..a1c640b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,7 @@ ## Unreleased ##### 2023-XX-YY -- Bumped minimal Laravel version to 8.52 +- Bumped minimal Laravel version to 8.68 - Fixed issue where CastEnum did not take in account hidden or visible properties from Eloquent ## 1.9.0 diff --git a/composer.json b/composer.json index 39b943e..6fa2609 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require": { "php": "^8.0", "konekt/enum": "^2.0.2 || ^3.0 | ^4.0", - "illuminate/database": "^8.52|9.*|10.*" + "illuminate/database": "^8.68|9.*|10.*" }, "require-dev": { "phpunit/phpunit": "9 - 10",