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

Remove L8 support

This commit is contained in:
lukinovec 2023-02-16 09:24:18 +01:00
parent fbaa5dc82d
commit b5b70d6068
2 changed files with 5 additions and 5 deletions

View file

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