Skip to content

Commit 5d04a89

Browse files
Hywanpoljar
authored andcommitted
chore: Update synapse-service from 1.115 to 1.117.
1 parent b435ceb commit 5d04a89

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/single_sdk_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ jobs:
9797
# Setup code we always need
9898
# If you're bumping the image version here, don't forget to bump it in ./tests.yaml and the
9999
# README as well!
100-
- name: Pull synapse service v1.115.0 and mitmproxy
100+
- name: Pull synapse service v1.117.0 and mitmproxy
101101
shell: bash
102102
run: |
103-
docker pull ghcr.io/matrix-org/synapse-service:v1.115.0
103+
docker pull ghcr.io/matrix-org/synapse-service:v1.117.0
104104
docker pull mitmproxy/mitmproxy:10.1.5
105-
docker tag ghcr.io/matrix-org/synapse-service:v1.115.0 homeserver:latest
105+
docker tag ghcr.io/matrix-org/synapse-service:v1.117.0 homeserver:latest
106106
- name: Setup | Go
107107
uses: actions/setup-go@v4
108108
with:

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
# Temporary: as it takes 3m to build the complement synapse image >:(
7474
# If you're bumping the image version here, don't forget to bump it in ./single_sdk_tests.yml
7575
# and the README as well!
76-
- name: Pull synapse service v1.115.0 and mitmproxy
76+
- name: Pull synapse service v1.117.0 and mitmproxy
7777
shell: bash
7878
run: |
79-
docker pull ghcr.io/matrix-org/synapse-service:v1.115.0
79+
docker pull ghcr.io/matrix-org/synapse-service:v1.117.0
8080
docker pull mitmproxy/mitmproxy:10.1.5
81-
docker tag ghcr.io/matrix-org/synapse-service:v1.115.0 homeserver:latest
81+
docker tag ghcr.io/matrix-org/synapse-service:v1.117.0 homeserver:latest
8282
8383
# Build homeserver image, honouring branch names
8484
#- name: "Checkout corresponding Synapse branch"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The [version] is split into the URL and TAG|BRANCH then fed directly into 'git c
5656

5757
### Running
5858

59-
Find a complement-compatible homeserver image. If you don't care which image is used, use `ghcr.io/matrix-org/synapse-service:v1.115.0`
59+
Find a complement-compatible homeserver image. If you don't care which image is used, use `ghcr.io/matrix-org/synapse-service:v1.117.0`
6060
which will Just Work out-of-the-box.
6161

6262
To run only rust tests:

0 commit comments

Comments
 (0)