Skip to content

Commit

Permalink
Merge pull request #124 from OctopusDeploy/sjc/pin-sql-server-version
Browse files Browse the repository at this point in the history
Pin version of SQL Server for integration tests
  • Loading branch information
stevencl840 authored Aug 5, 2024
2 parents 070e167 + 40d2503 commit 3f2a10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
services:
sqlserver:
image: mcr.microsoft.com/mssql/server:2019-latest
image: mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04
env:
ACCEPT_EULA: Y
SA_PASSWORD: ${{ env.SA_PASSWORD }}
Expand Down

0 comments on commit 3f2a10d

Please sign in to comment.