Skip to content

Commit

Permalink
Merge pull request #123 from jrafanie/update_ci_postgres_image
Browse files Browse the repository at this point in the history
Use postgresql:13 image for ci
  • Loading branch information
agrare committed Nov 18, 2022
2 parents b3289a2 + 284e2fa commit a490a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
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 a490a07

Please sign in to comment.