mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
ci: Add Ubuntu Noble / Fedora 40 support in GitHub actions
Extend our GitHub actions job to build an end-user environment for Ubuntu Noble / Fedora 40, and then run a simple test in it.
This commit is contained in:
parent
0cd3241556
commit
88c39a4fd5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -95,6 +95,9 @@ jobs:
|
||||||
- target: ubuntu-23.10
|
- target: ubuntu-23.10
|
||||||
distro: ubuntu
|
distro: ubuntu
|
||||||
version: "23.10"
|
version: "23.10"
|
||||||
|
- target: ubuntu-24.04
|
||||||
|
distro: ubuntu
|
||||||
|
version: "24.04"
|
||||||
- target: debian-bullseye
|
- target: debian-bullseye
|
||||||
distro: debian
|
distro: debian
|
||||||
version: bullseye
|
version: bullseye
|
||||||
|
@ -169,6 +172,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- version: "38"
|
- version: "38"
|
||||||
- version: "39"
|
- version: "39"
|
||||||
|
- version: "40"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue