1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 17:44:04 +00:00

Disable 6.x in CI

This commit is contained in:
Samuel Štancl 2020-05-14 02:34:51 +02:00
parent 5e99fca070
commit 99d460f76e

View file

@ -15,7 +15,10 @@ jobs:
strategy:
matrix:
laravel: ["^6.0", "^7.0"]
laravel: [
# "^6.0",
"^7.0"
]
steps:
- uses: actions/checkout@v2