Skip to content

Commit

Permalink
use different mssql version
Browse files Browse the repository at this point in the history
  • Loading branch information
MickStanciu committed Oct 2, 2024
1 parent 242ecaa commit 2118705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
runs-on: ubuntu-latest
services:
sqlserver:
image: mcr.microsoft.com/mssql/server:2022-latest
image: mcr.microsoft.com/mssql/server:2019-latest
env:
SA_PASSWORD: "SafetyCultureExporter12345"
ACCEPT_EULA: "Y"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-local-volume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- "3308:3306"

sqlserver:
image: mcr.microsoft.com/mssql/server:2022-latest
image: mcr.microsoft.com/mssql/server:2019-latest
environment:
SA_PASSWORD: "SafetyCultureExporter12345"
ACCEPT_EULA: "Y"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- 3308:3306

sqlserver:
image: mcr.microsoft.com/mssql/server:2022-latest
image: mcr.microsoft.com/mssql/server:2019-latest
environment:
SA_PASSWORD: "SafetyCultureExporter12345"
ACCEPT_EULA: "Y"
Expand Down

0 comments on commit 2118705

Please sign in to comment.