Skip to content

Commit

Permalink
Use postgresql:13 image for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Nov 18, 2022
1 parent b3289a2 commit 284e2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- '3.0'
services:
postgres:
image: manageiq/postgresql:10
image: manageiq/postgresql:13
env:
POSTGRESQL_USER: root
POSTGRESQL_PASSWORD: smartvm
Expand Down

0 comments on commit 284e2fa

Please sign in to comment.