Skip to content

Commit

Permalink
Merge pull request #657 from communitiesuk/BAU-test-postgres
Browse files Browse the repository at this point in the history
BAU: Update test postgres version
  • Loading branch information
gidsg authored Sep 3, 2024
2 parents c2f2080 + 342df74 commit 41db44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
services:
postgres:
# Docker Hub image
image: postgres:14.5
image: postgres:16.2
# Provide the password for postgres
env:
POSTGRES_PASSWORD: password
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
services:
postgres:
# Docker Hub image
image: postgres:14.5
image: postgres:16.2
# Provide the password for postgres
env:
POSTGRES_PASSWORD: password
Expand Down

0 comments on commit 41db44f

Please sign in to comment.