diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-09-17 06:49:17 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-09-17 12:52:09 +0200 |
| commit | bde91c54dafefb75d92909c0bd4bb5b09e6f4a76 (patch) | |
| tree | 23a2b1835c6d31054cc45868b0f9e9774ff950a5 | |
| parent | ddf927c2f80bf281cbb4facc19e34436654b6636 (diff) | |
| download | mullvadvpn-bde91c54dafefb75d92909c0bd4bb5b09e6f4a76.tar.xz mullvadvpn-bde91c54dafefb75d92909c0bd4bb5b09e6f4a76.zip | |
Add Fedora 43 VM to end-to-end tests
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 72f457243e..5fa4667e2b 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -16,11 +16,12 @@ on: description: "Space-delimited list of targets to run tests on, e.g. `debian12 ubuntu2004`. \ Available images:\n `debian11 debian12 debian13 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \ - fedora39 fedora40 fedora41 fedora42 windows10 windows11 \ + fedora39 fedora40 fedora41 fedora42 fedora43 \ + windows10 windows11 \ macos12 macos13 macos14 macos15 macos26`.\n Default images:\n `debian13 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \ - fedora39 fedora40 fedora41 fedora42 windows10 windows11 \ + fedora41 fedora42 fedora43 windows10 windows11 \ macos13 macos14 macos15 macos26`." default: '' required: false @@ -43,8 +44,8 @@ jobs: run: | # A list of VMs to run the tests on. These refer to the names defined # in $XDG_CONFIG_DIR/mullvad-test/config.json on the runner. - all='["debian11","debian12","debian13","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora39","fedora40","fedora41","fedora42"]' - default='["debian13","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora40","fedora41","fedora42"]' + all='["debian11","debian12","debian13","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora39","fedora40","fedora41","fedora42","fedora43"]' + default='["debian13","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora41","fedora42","fedora43"]' oses="${{ github.event.inputs.oses }}" echo "OSES: $oses" if [[ -z "$oses" || "$oses" == "null" ]]; then |
