Skip to content

Commit 76e2790

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

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

.github/workflows/zulip-ci.yml

Lines changed: 4 additions & 22 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,12 @@ 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
26-
# Ubuntu 22.04 ships with Python 3.10.6.
27-
- docker_image: zulip/ci:jammy
28-
name: Ubuntu 22.04 (Python 3.10, backend)
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
3820
# Ubuntu 24.04 ships with Python 3.12.3.
3921
- docker_image: zulip/ci:noble
4022
name: Ubuntu 24.04 (Python 3.12, backend)
4123
os: noble
42-
legacy_client_interface: "8"
43-
server_version: refs/tags/8.5
24+
legacy_client_interface: "10"
25+
server_version: refs/heads/ci-attempt
4426

4527
runs-on: ubuntu-latest
4628
name: ${{ matrix.name }} (Zulip ${{matrix.server_version}})
@@ -63,7 +45,7 @@ jobs:
6345
- name: "Check out Zulip server ${{ matrix.server_version }}"
6446
uses: actions/checkout@v4
6547
with:
66-
repository: zulip/zulip
48+
repository: niloth-p/zulip
6749
ref: ${{ matrix.server_version }}
6850
path: server
6951

0 commit comments

Comments
 (0)