Skip to content

Commit

Permalink
another version
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-fernandez committed Sep 20, 2024
1 parent 7ac2349 commit bfba42e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -859,13 +859,13 @@ jobs:
runs-on: ubuntu-latest
services:
mssql:
image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu
image: mcr.microsoft.com/mssql/server:2019-latest-ubuntu
env:
ACCEPT_EULA: 'Y'
SA_PASSWORD: 'YourStrong!Passw0rd'
MSSQL_PID: Express
# ports:
# - 1433:1433
ports:
- 1433:1433
env:
PLUGINS: tedious
SERVICES: mssql
Expand Down

0 comments on commit bfba42e

Please sign in to comment.