Check with 2022-latest image tag and ubuntu-latest platform
This commit is contained in:
parent
8ab8e5866c
commit
af233e4d3b
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -171,12 +171,12 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: ['1.22', '1.21', '1.20']
|
go: ['1.22', '1.21', '1.20']
|
||||||
platform: [ubuntu-20.04] # can not run test in macOS and windows
|
platform: [ubuntu-latest] # can not run test in macOS and windows
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mssql:
|
mssql:
|
||||||
image: mcr.microsoft.com/mssql/server:2019-CU18-ubuntu-20.04
|
image: mcr.microsoft.com/mssql/server:2022-latest
|
||||||
env:
|
env:
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
ACCEPT_EULA: Y
|
ACCEPT_EULA: Y
|
||||||
|
@ -18,7 +18,7 @@ services:
|
|||||||
- POSTGRES_USER=gorm
|
- POSTGRES_USER=gorm
|
||||||
- POSTGRES_PASSWORD=gorm
|
- POSTGRES_PASSWORD=gorm
|
||||||
mssql:
|
mssql:
|
||||||
image: '${MSSQL_IMAGE}:2019-CU18-ubuntu-20.04'
|
image: '${MSSQL_IMAGE}:2022-latest'
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:9930:1433"
|
- "127.0.0.1:9930:1433"
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user