mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
ci: 👷 Use vanilla PostgreSQL 17 in CI tests
This commit is contained in:
parent
37f68bbffd
commit
9d79543951
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -272,7 +272,7 @@ services:
|
|||
NUXT_PUBLIC_API_HOST: https://${DOMAIN}:${PORT}
|
||||
|
||||
db:
|
||||
image: ghcr.io/versia-pub/postgres:main
|
||||
image: postgres:17-alpine
|
||||
container_name: ${CONTAINER_NAMES[2]}
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue