Skip to content

Commit

Permalink
Fix more ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseChavez committed Aug 6, 2024
1 parent 955840d commit 44b7c06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

services:
postgres:
image: postgres:10
image: postgres:11
env:
POSTGRES_PASSWORD: postgres
POSTGRES_HOST_AUTH_METHOD: trust
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:

services:
mssql:
image: mcr.microsoft.com/mssql/server:2019-latest
image: mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04
env:
ACCEPT_EULA: Y
MSSQL_SA_PASSWORD: Password12!
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:

services:
postgres:
image: postgres:10
image: postgres:11
env:
POSTGRES_PASSWORD: postgres
POSTGRES_HOST_AUTH_METHOD: trust
Expand Down

0 comments on commit 44b7c06

Please sign in to comment.