1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 03:54:03 +00:00

Default PHP target

This commit is contained in:
Samuel Štancl 2020-11-30 16:29:58 +01:00
parent 5f043507b4
commit 3c305c2a45

View file

@ -15,7 +15,8 @@ jobs:
strategy: strategy:
matrix: matrix:
php_version: ["7.4"] # defaults to target php:7.4-cli php_version: ["7.4"]
php_target: ["php:7.4-cli"]
laravel: ["^6.0", "^8.0"] laravel: ["^6.0", "^8.0"]
include: include:
- php_version: "8.0" - php_version: "8.0"