From 1f34a5432a51f3386c20e0989b5a8c53f509b33d Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Wed, 20 Dec 2023 14:51:39 +0100 Subject: [PATCH] fix --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index af4fa870d..3e4094990 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -76,6 +76,6 @@ jobs: run: php vendor/bin/phpunit env: MEMCACHED_HOST: 'localhost:11211' - MYSQL_HOST: 'localhost' + MYSQL_HOST: '127.0.0.1' MYSQL_USER: 'root' - MYSQL_PASSWORD: 'password' \ No newline at end of file + MYSQL_PASSWORD: 'root' \ No newline at end of file