Skip to content

Commit

Permalink
Removing tests on Centos 7 because of perl tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Jun 26, 2023
1 parent 2c3b540 commit c6c01d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
fail-fast: false
matrix:
distro:
- 'centos:7'
- 'fedora:37'
- 'fedora:38'
include:
Expand All @@ -36,10 +35,6 @@ jobs:
- distro: 'fedora:37'
pre: >-
dnf install -y sudo perl-Module-Install perl-Readonly perl-Monitoring-Plugin perl-Perl-Critic rpm-build
- 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
steps:
- name: Git clone repository
uses: actions/checkout@v3
Expand Down

0 comments on commit c6c01d4

Please sign in to comment.