From 456c45c2f7488d50f7ba9bb3dc1eef653a3c5073 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 19 Nov 2021 17:24:02 +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 7c9c4208492305fb70885c2be5abb22bafe3c75f. --- .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 }}