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:
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 :
Original file line number Diff line number Diff 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"
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
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 `
6060which will Just Work out-of-the-box.
6161
6262To run only rust tests:
You can’t perform that action at this time.
0 commit comments