1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 11:34:03 +00:00

Use 7.2 instead of 7.4

This commit is contained in:
Samuel Štancl 2022-03-17 12:24:57 +01:00 committed by GitHub
parent 79e3d53b06
commit eb1a2ebe32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@ jobs:
strategy: strategy:
matrix: matrix:
php: ["7.4", "8.0"] php: ["7.2", "8.0"]
laravel: ["^6.0", "^8.0", "^9.0"] laravel: ["^6.0", "^8.0", "^9.0"]
exclude: exclude:
- laravel: "^9.0" - laravel: "^9.0"
php: "7.4" php: "7.2"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2