From 2c8e1653d1f9c75653294b38770efe8111ddf29a Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 19 Nov 2021 17:24:25 +0000 Subject: [PATCH] Revert "temporarily skip testing on 5.8 until https://github.com/Test-More/Test2-Suite/issues/236 is fixed" This reverts commit 67d9de9d84e1fcc4d36ca202d775f3f368795f5a. --- .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 9652095..0c5a62c 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\.[68]/ } perl_versions()]}); + set_output(matrix => {perl => [grep { $_ !~ /^5\.6/ } perl_versions()]}); outputs: matrix: ${{ steps.set-matrix.outputs.matrix }}