Skip to content

Commit 623f9a1

Browse files
authored
Fix mysql matrix (#45636)
1 parent 1ce322b commit 623f9a1

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
@@ -225,9 +225,9 @@ jobs:
225225
db_engine: mysqli
226226
db_host: mysql
227227
- php_version: '8.1'
228-
test_group: cpostgres
229-
db_engine: pgsql
230-
db_host: postgres
228+
test_group: cmysql
229+
db_engine: mysqli
230+
db_host: mysql
231231
- php_version: '8.1'
232232
test_group: cpostgres
233233
db_engine: pgsql

0 commit comments

Comments
 (0)