Skip to content

Commit

Permalink
packages: add Fedora 41, drop Fedora 38
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <d.madrisan@proton.me>
  • Loading branch information
madrisan committed Nov 9, 2024
1 parent e75fcb2 commit 5dcfd03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- 'alpine:3.20'
- 'debian:11'
- 'debian:12'
- 'fedora:39'
- 'fedora:40'
- 'fedora:41'
- 'gentoo/stage3:latest'
- 'ubuntu:20.04'
- 'ubuntu:22.04'
- 'ubuntu:24.04'

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ This package is known to compile with:
* gcc 4.4 (RHEL6 / CentOS 6),
* gcc 4.8 (RHEL7 / CentOS 7),
* gcc 3.x, 5.1, 5.3, 6.3, 7-14 (openmamba GNU/Linux, Debian 8+, Fedora 25+),
* clang 3.7, 3.8, 4.9, 5, 6, 7, 8, 10-18 (openmamba GNU/Linux, Fedora 25+),
* clang 3.7, 3.8, 4.9, 5, 6, 7, 8, 10-19 (openmamba GNU/Linux, Fedora 25+),

List of the Linux kernels that have been successfully tested:
* 2.6.18, 2.6.32,
* 3.10, 3.14, 3.18,
* 4.2, 4.4, 4,9, 4.14, 4.15, 4.16, 4.19
* 5.6, 5.7, 5.8, 5.12-5.18, 6.1-6.8
* 5.6, 5.7, 5.8, 5.12-5.18, 6.1-6.11

The Nagios Plugins Linux are regularly tested on
* Alpine Linux (musl libc),
Expand All @@ -133,9 +133,9 @@ CentOS Stream 9 | `make -C packages centos-stream-9`
Debian 10 (Buster) | `make -C packages debian-buster`
Debian 11 (Bullseye) | `make -C packages debian-bullseye`
Debian 12 (Bookworm) | `make -C packages debian-bookworm`
Fedora 38 | `make -C packages fedora-38`
Fedora 39 | `make -C packages fedora-39`
Fedora 40 | `make -C packages fedora-40`
Fedora 41 | `make -C packages fedora-41`
Fedora Rawhide | `make -C packages fedora-rawhide`
Rocky Linux 8 | `make -C packages rockylinux-8`
Rocky Linux 9 | `make -C packages rockylinux-9`
Expand Down
4 changes: 2 additions & 2 deletions packages/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ debian-12: debian-bookworm
debian-latest: debian-bookworm

TARGETS_FEDORA = \
fedora-38 fedora-39 fedora-40 \
fedora-39 fedora-40 fedora-41 \
fedora-rawhide
fedora-latest: fedora-40
fedora-latest: fedora-41

TARGETS_ROCKY = \
rockylinux-8 \
Expand Down

0 comments on commit 5dcfd03

Please sign in to comment.