Skip to content

Commit

Permalink
Revert "temporarily skip testing on 5.8 until Test-More/Test2-Suite#236
Browse files Browse the repository at this point in the history
… is fixed"

This reverts commit 8123fc1.
  • Loading branch information
DrHyde committed Nov 19, 2021
1 parent 712377f commit 0391ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -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 }}

Expand Down

0 comments on commit 0391ebc

Please sign in to comment.