Skip to content

Commit

Permalink
A deep dependency (IO::Socket::IP) requires 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Aug 2, 2023
1 parent 8b690e2 commit 8911464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Expand Up @@ -12,8 +12,8 @@ jobs:
shell: perl {0}
run: |
use Actions::Core;
# 5.10 is too old, 5.20 can't build Sub::Name in the Github environment for some reason
set_output(matrix => {perl => [grep { $_ !~ /^5.(6|8|10|20)\./ } perl_versions()]});
# 5.12 is too old, 5.20 can't build Sub::Name in the Github environment for some reason
set_output(matrix => {perl => [grep { $_ !~ /^5.(6|8|10|12|20)\./ } perl_versions()]});
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

Expand Down

0 comments on commit 8911464

Please sign in to comment.