Skip to content

Commit

Permalink
temporarily skip testing on 5.8 until Test-More/Test2-Suite#236 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Oct 3, 2021
1 parent 57841de commit 8f2c0ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
shell: perl {0}
run: |
use Actions::Core;
set_output(matrix => {perl => [perl_versions()]});
set_output(matrix => {perl => [grep { $_ !~ /^5\.6/ } perl_versions()]});
set_output(matrix => {perl => [grep { $_ !~ /^5\.[68]/ } perl_versions()]});
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

Expand Down

0 comments on commit 8f2c0ac

Please sign in to comment.