Skip to content

Commit b10ffac

Browse files
committed
Fix mysql localhost quirk.
Idiot, don't you know that 'localhost' means connect to a socket instead?
1 parent 35aef7c commit b10ffac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ jobs:
8989
configuration: phpunit.xml
9090
args: '--testdox'
9191
env:
92-
SITES_DB_HOSTNAME: localhost
92+
SITES_DB_HOSTNAME: 127.0.0.1
9393
SITES_POSTGRES_HOSTNAME: localhost
9494
SITES_REDIS_HOSTNAME: localhost

0 commit comments

Comments
 (0)