summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2023-07-10 10:39:36 -0700
committerGitHub <noreply@github.com>2023-07-10 10:39:36 -0700
commit5e82b07d2c79df9623e5567f935e74395c2e5492 (patch)
tree338be34ecdccc2d5c9be58f2959470c436f748ac /.github/workflows
parentRevert "Federation outbound proxy" (#15910) (diff)
downloadsynapse-5e82b07d2c79df9623e5567f935e74395c2e5492.tar.xz
Drop debian buster (#15893)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/twisted_trunk.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/twisted_trunk.yml b/.github/workflows/twisted_trunk.yml
index 55081f8133..f7a4ee7c13 100644
--- a/.github/workflows/twisted_trunk.yml
+++ b/.github/workflows/twisted_trunk.yml
@@ -96,7 +96,11 @@ jobs:
     if: needs.check_repo.outputs.should_run_workflow == 'true'
     runs-on: ubuntu-latest
     container:
-      image: matrixdotorg/sytest-synapse:buster
+      # We're using ubuntu:focal because it uses Python 3.8 which is our minimum supported Python version.
+      # This job is a canary to warn us about unreleased twisted changes that would cause problems for us if
+      # they were to be released immediately. For simplicity's sake (and to save CI runners) we use the oldest
+      # version, assuming that any incompatibilities on newer versions would also be present on the oldest.
+      image: matrixdotorg/sytest-synapse:focal
       volumes:
         - ${{ github.workspace }}:/src