Skip to content

Commit

Permalink
Add Fedora 41 to build pipeline
Browse files Browse the repository at this point in the history
_And_:
* Remove Fedora 39
  • Loading branch information
hummeltech committed Nov 6, 2024
1 parent 50e1ce5 commit 91e1949
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
image:
- "debian:11"
- "debian:12"
- "fedora:39"
- "fedora:40"
- "fedora:41"
- "opensuse/leap:15"
- "quay.io/centos/centos:stream9"
- "ubuntu:22.04"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- centos-stream-9
- debian-11
- debian-12
- fedora-39
- fedora-40
- fedora-41
- opensuse-leap-15
- ubuntu-22.04
- ubuntu-24.04
Expand Down
6 changes: 6 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ services:
<<: *build_defaults_fedora
args:
fedora_version: "40"
fedora-41:
<<: *service_defaults
build:
<<: *build_defaults_fedora
args:
fedora_version: "41"
fedora-rawhide:
<<: *service_defaults
build:
Expand Down
2 changes: 1 addition & 1 deletion docs/build/building_on_fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please see our [Continuous Integration script](/.github/workflows/build-and-test

A Docker-based building & testing setup pipeline is also available [here](/docker) for your convenience.

## Fedora 34/35/36/37/38/39/40
## Fedora 34/35/36/37/38/39/40/41

```shell
#!/usr/bin/env bash
Expand Down

0 comments on commit 91e1949

Please sign in to comment.