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:
|
||||
matrix:
|
||||
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 }}
|
||||
|
||||
services:
|
||||
mssql:
|
||||
image: mcr.microsoft.com/mssql/server:2019-CU18-ubuntu-20.04
|
||||
image: mcr.microsoft.com/mssql/server:2022-latest
|
||||
env:
|
||||
TZ: Asia/Shanghai
|
||||
ACCEPT_EULA: Y
|
||||
|
@ -18,7 +18,7 @@ services:
|
||||
- POSTGRES_USER=gorm
|
||||
- POSTGRES_PASSWORD=gorm
|
||||
mssql:
|
||||
image: '${MSSQL_IMAGE}:2019-CU18-ubuntu-20.04'
|
||||
image: '${MSSQL_IMAGE}:2022-latest'
|
||||
ports:
|
||||
- "127.0.0.1:9930:1433"
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user