From 2ea62ac97354df71b492ad22bf1a168e26d00d6e Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 19 Nov 2021 17:24:15 +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 212d1793de119ff5d52cddcc03b45e354a1341c3. --- .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 }}