Skip to content

Commit

Permalink
Add Fedora 39 to testing framework
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Nov 29, 2023
1 parent f2944c0 commit e7506fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Generate matrix for Linux builds
shell: bash
run: |
all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2304","ubuntu2310","fedora38","fedora37","fedora36"]'
all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2304","ubuntu2310","fedora39","fedora38","fedora37","fedora36"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"
if [[ -z "$oses" || "$oses" == "null" ]]; then
Expand Down

0 comments on commit e7506fd

Please sign in to comment.