Skip to content

Commit b8a7c20

Browse files
Update minimum version of mssql tested
1 parent 2cc7600 commit b8a7c20

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,11 @@ jobs:
202202
test-mssql:
203203
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.actions == 'true'
204204
needs: files-changed
205-
# specifying the version of ubuntu in use as mssql fails on newer kernels
206-
# pending resolution from vendor
207-
runs-on: ubuntu-20.04
205+
# NOTE: mssql-2017 docker image will panic when run on hosts that have Ubuntu newer than 20.04
206+
runs-on: ubuntu-latest
208207
services:
209208
mssql:
210-
image: mcr.microsoft.com/mssql/server:2017-latest
209+
image: mcr.microsoft.com/mssql/server:2019-latest
211210
env:
212211
ACCEPT_EULA: Y
213212
MSSQL_PID: Standard

0 commit comments

Comments
 (0)