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

Add L10 and remove L8 support

This commit is contained in:
lukinovec 2023-02-16 10:10:20 +01:00
parent 51e6dbf99d
commit 9de5e377b7
3 changed files with 5 additions and 5 deletions

View file

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