Skip to content

Commit

Permalink
Merge pull request #6989 from finos/waltz-admin-postgres-update-15
Browse files Browse the repository at this point in the history
Upgrading postgres to 15 in build
  • Loading branch information
davidwatkins73 committed Feb 21, 2024
2 parents 5ad2542 + 7ec54d6 commit f51d4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

services:
postgres:
image: postgres:11
image: postgres:15
env:
POSTGRES_USER: postgres
POSTGRES_DB: waltz
Expand Down

0 comments on commit f51d4e4

Please sign in to comment.