1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-13 04:14:03 +00:00

Remove L8 support

This commit is contained in:
lukinovec 2023-02-16 09:18:06 +01:00
parent 8866ced766
commit 8db7c5f780
2 changed files with 3 additions and 3 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