From 449e46631caa6be438060fbfb94c60a1d6b15279 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 19 Nov 2021 17:24:26 +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 6e1ebef497fbbd9c34982b1bcacd27941db3c2ac. --- .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..ad9a033 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 => [perl_versions()]}); outputs: matrix: ${{ steps.set-matrix.outputs.matrix }}