Skip to content

Commit

Permalink
Removed CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Jul 22, 2024
1 parent 3358656 commit a00119e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
fail-fast: false
matrix:
distro:
- 'centos:7'
- 'fedora:39'
- 'fedora:40'
include:
Expand All @@ -27,10 +26,6 @@ jobs:
- distro: 'fedora:39'
pre: >-
dnf install -y sudo perl-Module-Install perl-Monitoring-Plugin perl-Perl-Critic rpm-build openssh-clients
- distro: 'centos:7'
pre: >-
yum install -y epel-release &&
yum install -y sudo perl-Module-Install perl-Monitoring-Plugin perl-Test-Simple perl-Perl-Critic rpm-build openssh-clients
steps:
- name: Git clone repository
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
fail-fast: false
matrix:
distro:
- 'centos:7'
- 'fedora:39'
- 'fedora:40'
include:
Expand All @@ -32,11 +31,6 @@ jobs:
- distro: 'fedora:39'
pre: >-
dnf install -y sudo perl-Module-Install perl-Readonly perl-Monitoring-Plugin perl-Perl-Critic rpm-build perl-Net-DNS perl-Data-Validate-Domain perl-Net-IP perl-Data-Validate-IP perl-Capture-Tiny
- distro: 'centos:7'
pre: >-
yum install -y epel-release &&
yum install -y sudo perl-Module-Install perl-Readonly perl-Monitoring-Plugin perl-Test-Simple perl-Perl-Critic rpm-build perl-Net-DNS perl-Net-IP perl-Data-Validate-IP perl-App-cpanminus perl-Capture-Tiny &&
sudo cpanm Data::Validate::Domain
steps:
- name: Git clone repository
uses: actions/checkout@v3
Expand Down

0 comments on commit a00119e

Please sign in to comment.