mirror of https://github.com/zulip/zulip.git
ci: Switch 6.0 production to be on Ubuntu 22.04.
This causes us to cover all of our supported operating systems, and Ubuntu 22.04 support was originally added in Zulip Server 6.0.
This commit is contained in:
parent
8615be8981
commit
545e1f9487
|
@ -251,9 +251,9 @@ jobs:
|
|||
- docker_image: zulip/ci:bullseye-5.0
|
||||
name: 5.0 Version Upgrade
|
||||
os: bullseye
|
||||
- docker_image: zulip/ci:bullseye-6.0
|
||||
- docker_image: zulip/ci:jammy-6.0
|
||||
name: 6.0 Version Upgrade
|
||||
os: bullseye
|
||||
os: jammy
|
||||
- docker_image: zulip/ci:bookworm-7.0
|
||||
name: 7.0 Version Upgrade
|
||||
os: bookworm
|
||||
|
|
Loading…
Reference in New Issue