Skip to content

Commit 18d2fb9

Browse files
committed
packages: add Fedora 43, drop Fedora 40
Signed-off-by: Davide Madrisan <d.madrisan@proton.me>
1 parent 934f20b commit 18d2fb9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- 'alpine:3.22'
2121
- 'debian:11'
2222
- 'debian:12'
23-
- 'fedora:41'
2423
- 'fedora:42'
24+
- 'fedora:43'
2525
- 'gentoo/stage3:latest'
2626
- 'ubuntu:22.04'
2727
- 'ubuntu:24.04'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ CentOS Stream 9 | `make -C packages centos-stream-9`
134134
Debian 10 (Buster) | `make -C packages debian-buster`
135135
Debian 11 (Bullseye) | `make -C packages debian-bullseye`
136136
Debian 12 (Bookworm) | `make -C packages debian-bookworm`
137-
Fedora 40 | `make -C packages fedora-40`
138137
Fedora 41 | `make -C packages fedora-41`
139138
Fedora 42 | `make -C packages fedora-42`
139+
Fedora 43 | `make -C packages fedora-43`
140140
Fedora Rawhide | `make -C packages fedora-rawhide`
141141
Rocky Linux 8 | `make -C packages rockylinux-8`
142142
Rocky Linux 9 | `make -C packages rockylinux-9`

packages/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Process this file with automake to produce Makefile.in
22

3-
## Copyright (c) 2016-2024 Davide Madrisan <davide.madrisan@gmail.com>
3+
## Copyright (c) 2016-2025 Davide Madrisan <davide.madrisan@gmail.com>
44
##
55
## This program is free software: you can redistribute it and/or modify
66
## it under the terms of the GNU General Public License as published by
@@ -50,9 +50,9 @@ debian-12: debian-bookworm
5050
debian-latest: debian-bookworm
5151

5252
TARGETS_FEDORA = \
53-
fedora-40 fedora-41 fedora-42 \
53+
fedora-41 fedora-42 fedora-43 \
5454
fedora-rawhide
55-
fedora-latest: fedora-42
55+
fedora-latest: fedora-43
5656

5757
TARGETS_ROCKY = \
5858
rockylinux-8 \

0 commit comments

Comments
 (0)