We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce322b commit 623f9a1Copy full SHA for 623f9a1
.github/workflows/ci.yml
@@ -225,9 +225,9 @@ jobs:
225
db_engine: mysqli
226
db_host: mysql
227
- php_version: '8.1'
228
- test_group: cpostgres
229
- db_engine: pgsql
230
- db_host: postgres
+ test_group: cmysql
+ db_engine: mysqli
+ db_host: mysql
231
232
test_group: cpostgres
233
db_engine: pgsql
0 commit comments