mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-29 03:23:50 -04:00
test(integration): Update Synapse to 1.115.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user