Skip to content

Commit

Permalink
Bump latest Laravel to 10.24 in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Sep 25, 2023
1 parent 029052e commit 53f0c41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 53f0c41

Please sign in to comment.