Skip to content

Commit a490a07

Browse files
authored
Merge pull request #123 from jrafanie/update_ci_postgres_image
Use postgresql:13 image for ci
2 parents b3289a2 + 284e2fa commit a490a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- '3.0'
1717
services:
1818
postgres:
19-
image: manageiq/postgresql:10
19+
image: manageiq/postgresql:13
2020
env:
2121
POSTGRESQL_USER: root
2222
POSTGRESQL_PASSWORD: smartvm

0 commit comments

Comments
 (0)