From 621674e950508350d655d395a408473ac604b49a Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sun, 3 Oct 2021 18:21:48 +0100 Subject: [PATCH] temporarily skip testing on 5.8 until https://github.com/Test-More/Test2-Suite/issues/236 is fixed --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ad9a033..9652095 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,7 +12,7 @@ jobs: shell: perl {0} run: | use Actions::Core; - set_output(matrix => {perl => [perl_versions()]}); + set_output(matrix => {perl => [grep { $_ !~ /^5\.[68]/ } perl_versions()]}); outputs: matrix: ${{ steps.set-matrix.outputs.matrix }}