stacks/bun-query-builder
chore(deps): update postgres docker tag to v18
#30
Closed
renovate[bot]
wants to merge
renovate/postgres-18.x
into
main
1 file
+1
-1
.github/workflows/ci.ymlmodified+1-1Changes to .github/workflows/ci.yml | @@ -65,7 +65,7 @@ jobs: |
| 65 | 65 | |
| 66 | 66 | services: |
| 67 | 67 | postgres: |
| 68 | | - image: postgres:17 |
| 68 | + image: postgres:18 |
| 69 | 69 | env: |
| 70 | 70 | POSTGRES_PASSWORD: postgres |
| 71 | 71 | POSTGRES_USER: postgres |