From 5480914edce65631952195dff5f8c8440a7b7bad Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sat, 4 Feb 2023 21:14:29 +0000 Subject: [PATCH] A dep fails on 5.18 --- .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 25b2deb..5194c8b 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\.(6|8|10)\./ } perl_versions()]}); + set_output(matrix => {perl => [grep { $_ !~ /^5\.(6|8|10|18)\./ } perl_versions()]}); outputs: matrix: ${{ steps.set-matrix.outputs.matrix }}