Skip to content

Commit

Permalink
Fedora 39
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Oct 17, 2023
1 parent c6c01d4 commit 8c2104c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
distro:
- 'centos:7'
- 'fedora:38'
- 'fedora:37'
- 'fedora:39'
include:
- distro: 'fedora:37'
- distro: 'fedora:39'
pre: >-
dnf install -y sudo perl-Module-Install perl-Readonly perl-Monitoring-Plugin perl-Perl-Critic rpm-build openssh-clients
- distro: 'fedora:38'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
fail-fast: false
matrix:
distro:
- 'fedora:37'
- 'fedora:39'
- 'fedora:38'
include:
- distro: 'fedora:38'
pre: >-
dnf install -y sudo perl-Module-Install perl-Readonly perl-Monitoring-Plugin perl-Perl-Critic rpm-build
- distro: 'fedora:37'
- distro: 'fedora:39'
pre: >-
dnf install -y sudo perl-Module-Install perl-Readonly perl-Monitoring-Plugin perl-Perl-Critic rpm-build
steps:
Expand Down

0 comments on commit 8c2104c

Please sign in to comment.