Skip to content

Commit 77135e2

Browse files
committed
Fixes
1 parent 7d1fb4d commit 77135e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
composer update
120120
./vendor/bin/phpunit --configuration phpunit.mariadb.xml.dist
121121
services:
122-
mysql:
122+
mariadb:
123123
image: mariadb:10.2
124124
env:
125125
MARIADB_USER: joomla_ut

phpunit.mysqli.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<phpunit bootstrap="Tests/bootstrap.php" colors="false">
33
<php>
44
<env name="JOOMLA_TEST_DB_DRIVER" value="mysqli" />
5-
<env name="JOOMLA_TEST_DB_HOST" value="mysqli" />
5+
<env name="JOOMLA_TEST_DB_HOST" value="mysql" />
66
<env name="JOOMLA_TEST_DB_PORT" value="3306" />
77
<env name="JOOMLA_TEST_DB_USER" value="root" />
88
<env name="JOOMLA_TEST_DB_PASSWORD" value="" />

0 commit comments

Comments
 (0)