fix php7.3 test

This commit is contained in:
Philipp Holzer 2021-05-16 12:51:54 +02:00
parent aefa4d4a08
commit 85534a74bd
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ steps:
- name: Test Friendica - name: Test Friendica
image: friendicaci/php7.3:php7.3.28 image: friendicaci/php7.3:php7.3.28
environment: environment:
MYSQL_HOST: "wrong" MYSQL_HOST: "mariadb"
MYSQL_PORT: 3306 MYSQL_PORT: 3306
MYSQL_DATABASE: "test" MYSQL_DATABASE: "test"
MYSQL_PASSWORD: "test" MYSQL_PASSWORD: "test"