test(integration): Update Synapse to 1.115.

This commit is contained in:
Ivan Enderlin
2024-09-25 13:53:50 +02:00
parent 03f7806000
commit 8469c6465e
3 changed files with 3 additions and 3 deletions

View File

@@ -356,7 +356,7 @@ jobs:
# tests need a synapse: this is a service and not michaelkaye/setup-matrix-synapse@main as the
# latter does not provide networking for services to communicate with it.
synapse:
image: ghcr.io/matrix-org/synapse-service:v1.114.0 # keep in sync with ./coverage.yml
image: ghcr.io/matrix-org/synapse-service:v1.115.0 # keep in sync with ./coverage.yml
env:
SYNAPSE_COMPLEMENT_DATABASE: sqlite
SERVER_NAME: synapse

View File

@@ -49,7 +49,7 @@ jobs:
# tests need a synapse: this is a service and not michaelkaye/setup-matrix-synapse@main as the
# latter does not provide networking for services to communicate with it.
synapse:
image: ghcr.io/matrix-org/synapse-service:v1.114.0 # keep in sync with ./ci.yml
image: ghcr.io/matrix-org/synapse-service:v1.115.0 # keep in sync with ./ci.yml
env:
SYNAPSE_COMPLEMENT_DATABASE: sqlite
SERVER_NAME: synapse

View File

@@ -1,4 +1,4 @@
FROM docker.io/matrixdotorg/synapse:v1.114.0
FROM docker.io/matrixdotorg/synapse:v1.115.0
ADD ci-start.sh /ci-start.sh
RUN chmod 770 /ci-start.sh
ENTRYPOINT /ci-start.sh