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:
Alex Pyrgiotis 2024-04-09 15:18:08 +03:00
parent 0cd3241556
commit 88c39a4fd5
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -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