Skip to content

Commit 310d5ab

Browse files
authored
Fix mysql matrix
1 parent 3d8ad0e commit 310d5ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ jobs:
210210
db_engine: mysqli
211211
db_host: mysql
212212
- php_version: '8.1'
213-
test_group: cpostgres
214-
db_engine: pgsql
215-
db_host: postgres
213+
test_group: cmysql
214+
db_engine: mysqli
215+
db_host: mysql
216216
- php_version: '8.1'
217217
test_group: cpostgres
218218
db_engine: pgsql

0 commit comments

Comments
 (0)