Skip to content

Commit

Permalink
test with more perl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Mar 25, 2024
1 parent 172cf6b commit 0d8560b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ 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:
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
- uses: actions/checkout@v2
- name: Install Toolchain
run: cpanm -q -n --no-man-pages App::cpm
Expand Down

0 comments on commit 0d8560b

Please sign in to comment.