1
0
Fork 0
mirror of https://github.com/archtechx/laravel-pages.git synced 2025-12-12 01:44:03 +00:00

Drop Laravel 9 support, add Laravel 11 support

This commit is contained in:
Samuel Štancl 2024-03-12 13:27:46 +01:00
parent 8fa1a148dd
commit 0e4ae2278d
3 changed files with 17 additions and 17 deletions

View file

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