ci: 👷 Use vanilla PostgreSQL 17 in CI tests

This commit is contained in:
Jesse Wierzbinski 2025-03-30 22:12:40 +02:00
parent 37f68bbffd
commit 9d79543951
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: ghcr.io/versia-pub/postgres:main
image: postgres:17-alpine
ports:
- 5432:5432
env: