diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 693da5b..af2e637 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: php: [8.0, 8.1] - laravel: [8.*, 9.*] + laravel: [8.*, 9.*, 10.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 9.* diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6269a..399ab55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `laravel-spatial` will be documented in this file +## 1.4.2 - 2023-02-16 +- Laravel 10 support added. + ## 1.4.1 - 2022-09-05 - Doctrtine unknown type error fixed. diff --git a/composer.json b/composer.json index 8969287..e969e49 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^8.0|^8.1", - "illuminate/support": "^8.0|^9.0" + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { "doctrine/dbal": "^3.3",