Skip to content

Commit

Permalink
more CI poop
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Jan 12, 2021
1 parent 8f25872 commit f7e2241
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -95,6 +95,8 @@ jobs:
extended_testing: 'both'
joblabel: '(Coverage)'
# Legacy Perl on Latest Ubuntu
- { os: 'ubuntu-latest', perl: '5.6.1', threaded: false }
- { os: 'ubuntu-latest', perl: '5.6.2', threaded: false }
- { os: 'ubuntu-latest', perl: '5.8.0', threaded: false }
- { os: 'ubuntu-latest', perl: '5.8.1', threaded: false }
- { os: 'ubuntu-latest', perl: '5.8.2', threaded: false }
Expand All @@ -117,12 +119,15 @@ jobs:
- { os: 'ubuntu-16.04', perl: '5.30', threaded: false }
- { os: 'ubuntu-16.04', perl: '5.32', threaded: false }
# Modern Perl on Mac OS 11
- { os: 'macos-11.0', perl: '5.12', threaded: false }
- { os: 'macos-11.0', perl: '5.30', threaded: false }
- { os: 'macos-11.0', perl: '5.32', threaded: false }
# Modern Perl (threaded) on Mac OS 11
- { os: 'macos-11.0', perl: '5.12', threaded: true }
- { os: 'macos-11.0', perl: '5.30', threaded: true }
- { os: 'macos-11.0', perl: '5.32', threaded: true }
# Modern (Strawberry) Perl on Windows
- { os: 'strawberry', perl: '5.12', threaded: true }
- { os: 'strawberry', perl: '5.30', threaded: true }
- { os: 'strawberry', perl: '5.32', threaded: true }
steps:
Expand All @@ -141,7 +146,7 @@ jobs:
perl -v
- name: Install dependencies
run: |
cpanm -n App::GhaProve
cpanm -n 'https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/App-GhaProve-0.007.tar.gz'
cpanm -n --installdeps ./build
- name: Install extra dependencies
if: matrix.extra_dependencies || matrix.coverage
Expand Down

0 comments on commit f7e2241

Please sign in to comment.