install: Support Ubuntu 24.04.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-02-26 15:57:25 -08:00
committed by Tim Abbott
parent 59b0548433
commit 066ea3ebf9
10 changed files with 28 additions and 16 deletions

View File

@@ -145,6 +145,11 @@ jobs:
os: jammy
extra-args: ""
- docker_image: zulip/ci:noble
name: Ubuntu 24.04 production install
os: noble
extra-args: ""
- docker_image: zulip/ci:bullseye
name: Debian 11 production install with custom db name and user
os: bullseye

View File

@@ -54,6 +54,12 @@ jobs:
os: bookworm
include_documentation_tests: false
include_frontend_tests: false
# Ubuntu 24.04 ships with Python 3.12.2.
- docker_image: zulip/ci:noble
name: Ubuntu 24.04 (Python 3.12, backend)
os: noble
include_documentation_tests: false
include_frontend_tests: false
runs-on: ubuntu-latest
name: ${{ matrix.name }}