Skip to content

Commit

Permalink
Merge pull request #117 from OpenLiberty/postgres
Browse files Browse the repository at this point in the history
upgrade postgres to 17.2 in GHActions
  • Loading branch information
mswatosh authored Dec 2, 2024
2 parents 1d526fa + d6b26b5 commit 38781f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

services:
postgres:
image: postgres:17.1
image: postgres:17.2
env:
POSTGRES_USER: sampleUser
POSTGRES_PASSWORD: openliberty
Expand Down

0 comments on commit 38781f3

Please sign in to comment.