From 85534a74bd3ee1336fbe3085a59bffcf081b030a Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 16 May 2021 12:51:54 +0200 Subject: [PATCH] fix php7.3 test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c6f397fd03..ec99631355 100644 --- a/.drone.yml +++ b/.drone.yml @@ -70,7 +70,7 @@ steps: - name: Test Friendica image: friendicaci/php7.3:php7.3.28 environment: - MYSQL_HOST: "wrong" + MYSQL_HOST: "mariadb" MYSQL_PORT: 3306 MYSQL_DATABASE: "test" MYSQL_PASSWORD: "test"