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

Add L10 support

This commit is contained in:
lukinovec 2023-02-15 13:41:18 +01:00
parent 46ba3c0ba9
commit 6ea53eedf6
2 changed files with 9 additions and 9 deletions

View file

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