Skip to content

Commit 5d4b456

Browse files
committed
Use an older image of mssql
1 parent 3febcaa commit 5d4b456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
runs-on: ubuntu-latest
202202
services:
203203
mssql:
204-
image: mcr.microsoft.com/mssql/server:2017-latest
204+
image: mcr.microsoft.com/mssql/server:2017-CU31-GDR2-ubuntu-18.04
205205
env:
206206
ACCEPT_EULA: Y
207207
MSSQL_PID: Standard

0 commit comments

Comments
 (0)