mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:14:03 +00:00
bump php version
This commit is contained in:
parent
f0bb28345f
commit
97ccbbe1f9
1 changed files with 1 additions and 2 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
version: '2.4'
|
|
||||||
services:
|
services:
|
||||||
test:
|
test:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
PHP_VERSION: ${PHP_VERSION:-8.2}
|
PHP_VERSION: ${PHP_VERSION:-8.3}
|
||||||
depends_on:
|
depends_on:
|
||||||
mysql:
|
mysql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue