Skip to content

Commit

Permalink
Try to get a lower version of a dependency module when compile testin…
Browse files Browse the repository at this point in the history
…g for perl 5.10
  • Loading branch information
eric-eisenhart committed Jul 26, 2023
1 parent 4ea04a4 commit ddc30d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perlcompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
# Install a specific version of Test::Deep when testing with perl 5.10.0
- run: perl -e 'use 5.12.0;' || cpanm --install Test::[email protected]

# Only a dependency for building LWP, not for our uses
- run: cpanm HTTP::Daemon
# Requirement that gets an incompatible version on perl5.10 compilation tests
- run: perl -e 'use 5.011;' || cpanm --install IO::Socket::[email protected]

# Install the dependencies declared by the module ...
- run: cpanm --installdeps --skip-satisfied .
Expand Down

0 comments on commit ddc30d6

Please sign in to comment.