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

Add L10 support (#2)

* Add L10 support wip

* Upgrade `archtechx/enums`

* Allow pest-plugin
This commit is contained in:
lukinovec 2023-02-15 14:42:26 +01:00 committed by GitHub
parent ae091ce34b
commit 8866ced766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 8 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