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

PHP 8 support (#542)

* PHP 8 support, test workflow syntax

* Try using a custom data structure in the workflow

* Try using matrix include

* Default PHP target

* single include

* fix composer package name

* [WIP] Try using dev-master for valuestore

* Update spatie/valuestore constraint to be stable
This commit is contained in:
Samuel Štancl 2020-11-30 17:30:42 +01:00 committed by GitHub
parent 126afcd0dd
commit 30a1f9102d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 40 additions and 35 deletions

View file

@ -3,6 +3,9 @@ services:
test:
build:
context: .
args:
PHP_VERSION: ${PHP_VERSION}
PHP_TARGET: ${PHP_TARGET}
depends_on:
mysql:
condition: service_healthy