Reviewed-on: https://gitea.com/xorm/xorm/pulls/2449
This commit is contained in:
Lunny Xiao 2024-04-24 11:37:00 +00:00
parent 589acfff86
commit 8094e98a8f
8 changed files with 7 additions and 23 deletions

View File

@ -26,8 +26,6 @@ jobs:
services:
cockroach:
image: cockroachdb/cockroach:v19.2.4
ports:
- 26257:26257
cmd:
- 'start'
- '--insecure'

View File

@ -29,5 +29,3 @@ jobs:
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: xorm_test
ports:
- 3306:3306

View File

@ -30,5 +30,3 @@ jobs:
ACCEPT_EULA: Y
SA_PASSWORD: yourStrong(!)Password
MSSQL_PID: Standard
ports:
- 1433:1433

View File

@ -29,5 +29,3 @@ jobs:
ACCEPT_EULA: Y
SA_PASSWORD: yourStrong(!)Password
MSSQL_PID: Standard
ports:
- 1433:1433

View File

@ -29,5 +29,3 @@ jobs:
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: xorm_test
ports:
- 3306:3306

View File

@ -29,5 +29,3 @@ jobs:
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: xorm_test
ports:
- 3306:3306

View File

@ -52,5 +52,3 @@ jobs:
POSTGRES_DB: xorm_test
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432

View File

@ -25,5 +25,3 @@ jobs:
services:
tidb:
image: pingcap/tidb:v3.0.3
ports:
- 4000:4000