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

feat: support Laravel 10.x & remove unneccessary package

This commit is contained in:
Dinh Quoc Han 2023-02-15 17:18:23 +07:00
parent a737879baf
commit 2f9b36fa85
7 changed files with 40 additions and 43 deletions

View file

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