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

Add Laravel 10.x support

This commit is contained in:
Sang Nguyen 2023-02-15 17:00:31 +07:00 committed by GitHub
parent dcf7723995
commit 2d0b5a30fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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