We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99246e8 commit f785e31Copy full SHA for f785e31
.github/workflows/zulip-ci.yml
@@ -29,6 +29,12 @@ jobs:
29
os: jammy
30
legacy_client_interface: "6"
31
server_version: refs/tags/6.0
32
+ # Debian 12 ships with Python 3.11.2.
33
+ - docker_image: zulip/ci:bookworm
34
+ name: Debian 12 (Python 3.11, backend + documentation)
35
+ os: bookworm
36
+ legacy_client_interface: "7"
37
+ server_version: refs/tags/7.0
38
39
runs-on: ubuntu-latest
40
name: ${{ matrix.name }} (Zulip ${{matrix.server_version}})
0 commit comments