mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:14:04 +00:00
PHP 8 support, test workflow syntax
This commit is contained in:
parent
126afcd0dd
commit
1f02310da9
5 changed files with 38 additions and 28 deletions
|
|
@ -3,6 +3,9 @@ services:
|
|||
test:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
PHP_VERSION: ${PHP_VERSION}
|
||||
PHP_TARGET: ${PHP_TARGET}
|
||||
depends_on:
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue