From 8f2c0ac09024723f1a7a0205acaf07250c9056a9 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sun, 3 Oct 2021 18:21:45 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6e9342e..9652095 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,8 +12,7 @@ jobs: shell: perl {0} run: | use Actions::Core; - set_output(matrix => {perl => [perl_versions()]}); - 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 }}