Skip to content

Commit

Permalink
two broken versions?
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Nov 8, 2020
1 parent 00b79b1 commit 885ac76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
shell: perl {0}
run: |
use Actions::Core;
set_output(matrix => {perl => [perl_versions()]});
# these versions have random segfaults when testing deps
set_output(matrix => {perl => [grep { $_ !~ /^5.(18|20)/ } perl_versions()]});
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

Expand Down

0 comments on commit 885ac76

Please sign in to comment.