Skip to content

Commit a2f05c3

Browse files
committed
ci: Update jobs' server versions to 8.x/9.x/10.x.
1 parent 929e71e commit a2f05c3

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/workflows/zulip-ci.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# server release.
66
name: Zulip server CI
77

8-
on: [push, pull_request]
8+
on: [push, pull_request, workflow_dispatch]
99

1010
defaults:
1111
run:
@@ -17,30 +17,24 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
# Bullseye ships with Python 3.9.2.
21-
- docker_image: zulip/ci:bullseye
22-
name: Debian 11 (Python 3.9, backend)
23-
os: bullseye
24-
legacy_client_interface: "4"
25-
server_version: refs/tags/4.0
2620
# Ubuntu 22.04 ships with Python 3.10.6.
2721
- docker_image: zulip/ci:jammy
2822
name: Ubuntu 22.04 (Python 3.10, backend)
2923
os: jammy
30-
legacy_client_interface: "6"
31-
server_version: refs/tags/6.0
24+
legacy_client_interface: "8"
25+
server_version: refs/tags/8.5
3226
# Debian 12 ships with Python 3.11.2.
3327
- docker_image: zulip/ci:bookworm
3428
name: Debian 12 (Python 3.11, backend + documentation)
3529
os: bookworm
36-
legacy_client_interface: "7"
37-
server_version: refs/tags/7.0
30+
legacy_client_interface: "9"
31+
server_version: refs/tags/9.4
3832
# Ubuntu 24.04 ships with Python 3.12.3.
3933
- docker_image: zulip/ci:noble
4034
name: Ubuntu 24.04 (Python 3.12, backend)
4135
os: noble
42-
legacy_client_interface: "8"
43-
server_version: refs/tags/8.5
36+
legacy_client_interface: "10"
37+
server_version: refs/tags/10.4
4438

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

0 commit comments

Comments
 (0)