From c3b807cd260196409861c55c3a5d3ad394cf2b18 Mon Sep 17 00:00:00 2001 From: Matteo Corti Date: Mon, 14 Oct 2024 22:00:23 +0200 Subject: [PATCH] Removing CentOS 7 --- .github/workflows/publish.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d69ffcc..bda4168 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,6 @@ jobs: fail-fast: false matrix: distro: - - 'centos:7' - 'fedora:40' - 'fedora:39' include: @@ -27,10 +26,6 @@ jobs: - distro: 'fedora:40' pre: >- dnf install -y sudo perl-Module-Install perl-Readonly 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-Readonly perl-Monitoring-Plugin perl-Test-Simple perl-Perl-Critic rpm-build openssh-clients steps: - name: Git clone repository uses: actions/checkout@v3