test: Install SS proxy v0.99.2.

This commit is contained in:
Ivan Enderlin
2023-04-27 14:07:39 +02:00
parent a719f35a3e
commit 3a8b6696f7
2 changed files with 2 additions and 2 deletions

View File

@@ -436,7 +436,7 @@ jobs:
# run sliding sync and point it at the postgres container and synapse container.
# the postgres container needs to be above this to make sure it has started prior to this service.
slidingsync:
image: "ghcr.io/matrix-org/sliding-sync:main"
image: "ghcr.io/matrix-org/sliding-sync:v0.99.2"
env:
SYNCV3_SERVER: "http://synapse:8008"
SYNCV3_SECRET: "SUPER_CI_SECRET"

View File

@@ -28,7 +28,7 @@ services:
- ./data/db:/var/lib/postgresql/data
sliding-sync-proxy:
image: ghcr.io/matrix-org/sliding-sync:main
image: ghcr.io/matrix-org/sliding-sync:v0.99.2
depends_on:
postgres:
condition: service_healthy