Skip to content

Commit

Permalink
Merge pull request #1 from perltaiwan/ci-tweaks-more-perl-versions
Browse files Browse the repository at this point in the history
test with more perl versions
  • Loading branch information
gugod authored Mar 25, 2024
2 parents 172cf6b + a6d6913 commit 8ab9fb4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ on: [ push ]

jobs:
test:
runs-on: ubuntu-latest
container:
image: "perl:5.32"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-14', 'macos-13']
perl: [ '5.38', '5.36', '5.34', '5.32', '5.30' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
- uses: actions/checkout@v4
- name: Install Toolchain
run: cpanm -q -n --no-man-pages App::cpm
- name: Install Test2::Harness
Expand Down

0 comments on commit 8ab9fb4

Please sign in to comment.