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

Add L10 support (#18)

This commit is contained in:
lukinovec 2023-02-15 14:05:41 +01:00 committed by GitHub
parent 646944e56e
commit 475f45e682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

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