1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 10:54:05 +00:00

Remove L8 support (#19)

This commit is contained in:
lukinovec 2023-02-16 17:07:26 +01:00 committed by GitHub
parent 475f45e682
commit 922b6abdc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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