Skip to content

Commit 9ebdc40

Browse files
authored
Update phpunit.xml.dist
1 parent 0149584 commit 9ebdc40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<env name="QUEUE_DRIVER" value="sync"/>
3636
<env name="DB_CONNECTION" value="sqlite"/>
3737
<env name="DB_DATABASE" value=":memory:"/>
38-
<env name="REDIS_HOST" value="redis"/>
39-
<env name="PGSQL_HOST" value="postgres"/>
38+
<env name="REDIS_HOST" value="127.0.0.1"/>
39+
<env name="PGSQL_HOST" value="127.0.0.1"/>
4040
</php>
4141
</phpunit>

0 commit comments

Comments
 (0)