Skip to content

Commit

Permalink
Upgrading postgres to 15 in build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwatkins73 committed Feb 19, 2024
1 parent 3e4dbbb commit 7ec54d6
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 7ec54d6

Please sign in to comment.