Skip to content

Commit

Permalink
Fix mssql ci with a new mssql version on ci (#32094)
Browse files Browse the repository at this point in the history
backport from #32060
  • Loading branch information
lunny authored Sep 22, 2024
1 parent ea9e09a commit 69ba37e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-db-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ jobs:
runs-on: ubuntu-latest
services:
mssql:
image: mcr.microsoft.com/mssql/server:2017-latest
# some images before 2024-04 can't run on new kernels
image: mcr.microsoft.com/mssql/server:2019-latest
env:
ACCEPT_EULA: Y
MSSQL_PID: Standard
Expand Down

0 comments on commit 69ba37e

Please sign in to comment.