mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:54:04 +00:00
Default PHP target
This commit is contained in:
parent
5f043507b4
commit
3c305c2a45
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -15,7 +15,8 @@ jobs:
|
|||
|
||||
strategy:
|
||||
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"]
|
||||
include:
|
||||
- php_version: "8.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue