From: Philipp Date: Sun, 16 May 2021 10:51:54 +0000 (+0200) Subject: fix php7.3 test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=85534a74bd3ee1336fbe3085a59bffcf081b030a;p=friendica.git fix php7.3 test --- 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"