From c6c01d4d66c332447a5b051a160ab40c544c977f Mon Sep 17 00:00:00 2001 From: Matteo Corti Date: Mon, 26 Jun 2023 10:41:56 +0200 Subject: [PATCH] Removing tests on Centos 7 because of perl tidy --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7557163..53b8b33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,6 @@ jobs: fail-fast: false matrix: distro: - - 'centos:7' - 'fedora:37' - 'fedora:38' include: @@ -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