Skip to content

Commit f785e31

Browse files
Niloth-ptimabbott
authored andcommitted
ci: Add Python 3.11 Zulip 7.0 entry to matrix strategy.
1 parent 99246e8 commit f785e31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/zulip-ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
os: jammy
3030
legacy_client_interface: "6"
3131
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
3238

3339
runs-on: ubuntu-latest
3440
name: ${{ matrix.name }} (Zulip ${{matrix.server_version}})

0 commit comments

Comments
 (0)