Add support for Laravel 11 (#1520)

* update dependencies

* Implement new methods for `Authenticatable` contract

* Added Laravel 11 to CI test target

* normalize composer.json

* Remove obsolete migration method (column type) from test

* Update snapshots

* Add changelog entry

* Update readme

---------

Co-authored-by: 武田 憲太郎 <[email protected]>
Co-authored-by: barryvdh <[email protected]>
This commit is contained in:
Barry vd. Heuvel
2024-02-17 11:32:56 +01:00
committed by GitHub
co-authored by 武田 憲太郎 barryvdh
parent 8bfe918f65
commit 05259b695d
21 changed files with 26 additions and 71 deletions
+5 -2
View File
@@ -22,9 +22,12 @@ jobs:
matrix:
os: [ubuntu-20.04, windows-2019]
php: [8.3, 8.2, 8.1]
laravel: [10.*]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
laravel: 11.*
steps:
- name: Set git to use LF
if: ${{ matrix.os == 'windows-2019' }}