File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,12 @@ jobs:
97
97
# Setup code we always need
98
98
# If you're bumping the image version here, don't forget to bump it in ./tests.yaml and the
99
99
# README as well!
100
- - name : Pull synapse service v1.115 .0 and mitmproxy
100
+ - name : Pull synapse service v1.117 .0 and mitmproxy
101
101
shell : bash
102
102
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
104
104
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
106
106
- name : Setup | Go
107
107
uses : actions/setup-go@v4
108
108
with :
Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ jobs:
73
73
# Temporary: as it takes 3m to build the complement synapse image >:(
74
74
# If you're bumping the image version here, don't forget to bump it in ./single_sdk_tests.yml
75
75
# 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
77
77
shell : bash
78
78
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
80
80
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
82
82
83
83
# Build homeserver image, honouring branch names
84
84
# - name: "Checkout corresponding Synapse branch"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ The [version] is split into the URL and TAG|BRANCH then fed directly into 'git c
56
56
57
57
### Running
58
58
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 `
60
60
which will Just Work out-of-the-box.
61
61
62
62
To run only rust tests:
You can’t perform that action at this time.
0 commit comments