Skip to content

Commit bbca166

Browse files
committed
Added Fedora 41 (and removed Fedora 39)
1 parent 2e20476 commit bbca166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
distro:
20-
- 'fedora:39'
20+
- 'fedora:41'
2121
- 'fedora:40'
2222
include:
2323
- distro: 'fedora:40'
2424
pre: >-
2525
dnf install -y sudo perl-Module-Install perl-Monitoring-Plugin perl-Perl-Critic rpm-build openssh-clients
26-
- distro: 'fedora:39'
26+
- distro: 'fedora:41'
2727
pre: >-
2828
dnf install -y sudo perl-Module-Install perl-Monitoring-Plugin perl-Perl-Critic rpm-build openssh-clients
2929

0 commit comments

Comments
 (0)