Skip to content

Commit

Permalink
Merge pull request #831 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 authored Nov 18, 2022
2 parents 1356085 + 4a8fec6 commit de2cf4f
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 de2cf4f

Please sign in to comment.