Skip to content

Commit

Permalink
Check with 2022-latest image tag and ubuntu-latest platform
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-foss committed Sep 25, 2024
1 parent 8ab8e58 commit 1a5889b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:

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
Expand Down
2 changes: 1 addition & 1 deletion tests/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1a5889b

Please sign in to comment.