Skip to content

Commit

Permalink
ci: Add Python 3.11 Zulip 7.0 entry to matrix strategy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niloth-p authored and timabbott committed Dec 5, 2024
1 parent 99246e8 commit f785e31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/zulip-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
os: jammy
legacy_client_interface: "6"
server_version: refs/tags/6.0
# Debian 12 ships with Python 3.11.2.
- docker_image: zulip/ci:bookworm
name: Debian 12 (Python 3.11, backend + documentation)
os: bookworm
legacy_client_interface: "7"
server_version: refs/tags/7.0

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

0 comments on commit f785e31

Please sign in to comment.