1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 09:54:03 +00:00

Drop Laravel 8-9, add Laravel 11 support

This commit is contained in:
Samuel Štancl 2024-03-12 13:03:17 +01:00
parent 6d6903ad62
commit 4abf039df7
4 changed files with 16 additions and 13 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
laravel: [8, 9, 10]
laravel: [10, 11]
steps:
- uses: actions/checkout@v2