mirror of
https://github.com/friendica/friendica
synced 2024-11-19 07:03:40 +00:00
fix php7.3 test
This commit is contained in:
parent
aefa4d4a08
commit
85534a74bd
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue