From 17a69db31cd8f79aba9ad8a16a60ee15360e502f Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sun, 3 Oct 2021 18:21:34 +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 0c5a62c..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 => [grep { $_ !~ /^5\.6/ } perl_versions()]}); + set_output(matrix => {perl => [grep { $_ !~ /^5\.[68]/ } perl_versions()]}); outputs: matrix: ${{ steps.set-matrix.outputs.matrix }}