Skip to content

Commit 830a052

Browse files
authored
Merge branch 'release/v1.22' into backport-32085-v1.22
2 parents 0110f3b + 69ba37e commit 830a052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-db-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ jobs:
197197
runs-on: ubuntu-latest
198198
services:
199199
mssql:
200-
image: mcr.microsoft.com/mssql/server:2017-latest
200+
# some images before 2024-04 can't run on new kernels
201+
image: mcr.microsoft.com/mssql/server:2019-latest
201202
env:
202203
ACCEPT_EULA: Y
203204
MSSQL_PID: Standard

0 commit comments

Comments
 (0)