diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7fab75f..5aece50 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,13 +9,15 @@ jobs: strategy: matrix: php: ['8.0', '8.1', '8.2'] - laravel: ['8.22', '8.83', '9.0', '9.52', '10.0'] + laravel: ['8.22', '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' + laravel: '10.24' name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} Enum ${{ matrix.enum }} steps: - name: Checkout diff --git a/README.md b/README.md index 3ef28fd..f724bff 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This package provides support for auto casting [konekt enum](https://konekt.dev/enum) fields in [Eloquent models](https://laravel.com/docs/9.x/eloquent-mutators). -> Supported Konekt Enum versions are 2.x, 3.x and 4.x with Eloquent 8.x or 9.x +> Supported Konekt Enum versions are 2.x, 3.x and 4.x with Eloquent 8.x, 9.x or 1.0x [Changelog](Changelog.md)