From 53f0c41dfe85fd65998490a3e45a2b66fa4b86fd Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:47:04 +0300 Subject: [PATCH] Bump latest Laravel to 10.24 in the CI --- .github/workflows/tests.yml | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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)