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

Use PHP 7.3 instead of 7.2

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

View file

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