summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2023-11-29 08:21:15 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2023-11-29 08:22:14 +0100
commit69d47506558962c5f8cd088d25eecf86fbd02f08 (patch)
tree39dbdcf030e210dff5c0174404dd7e2061d0d03a /.github
parent1a33d42e0819a928f61d3b1a38b475df93a8062e (diff)
downloadmullvadvpn-69d47506558962c5f8cd088d25eecf86fbd02f08.tar.xz
mullvadvpn-69d47506558962c5f8cd088d25eecf86fbd02f08.zip
Add Ubuntu 23.10 to testing framework
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/desktop-e2e.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 9254166bd5..3c74d7645f 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -16,7 +16,7 @@ jobs:
- name: Generate matrix for Linux builds
shell: bash
run: |
- all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2304","fedora38","fedora37","fedora36"]'
+ all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2304","ubuntu2310","fedora38","fedora37","fedora36"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"
if [[ -z "$oses" || "$oses" == "null" ]]; then