File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,21 @@ services:
1212 environment :
1313 PGPASSWORD : postgres
1414 PG_CONN_STRING : host=postgresql user=postgres dbname=testfixtures_test port=5432 sslmode=disable
15-
1615 MYSQL_CONN_STRING : root:mariadb@tcp(mariadb)/testfixtures_test?multiStatements=true
17-
1816 SQLITE_CONN_STRING : testfixtures_test.sqlite3
19-
2017 SQLSERVER_CONN_STRING : server=sqlserver;database=master;user id=sa;password=SQL@1server;encrypt=disable
21-
2218 CRDB_CONN_STRING : host=cockroachdb user=root dbname=defaultdb port=26257 sslmode=disable
23-
2419 CLICKHOUSE_CONN_STRING : clickhouse://clickhouse:clickhouse@clickhouse:9000/testfixtures_test?debug=false
2520
2621 postgresql :
27- image : postgres:16.2 -alpine
22+ image : postgres:16.3 -alpine
2823 environment :
2924 POSTGRES_DB : testfixtures_test
3025 POSTGRES_USER : postgres
3126 POSTGRES_PASSWORD : postgres
3227
3328 mariadb :
34- image : mariadb:11.2
29+ image : mariadb:11.3
3530 environment :
3631 MARIADB_DATABASE : testfixtures_test
3732 MARIADB_ROOT_PASSWORD : mariadb
You can’t perform that action at this time.
0 commit comments