Skip to content

Commit

Permalink
Merge pull request #21 from yewtc/master
Browse files Browse the repository at this point in the history
Add perl 5.40 (not for windows)
  • Loading branch information
davorg authored Jul 2, 2024
2 parents 7040265 + 6e466ff commit d388d7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
strategy:
matrix:
perl-version:
- '5.40'
- '5.38'
- '5.18'
- '5.10'
container:
image: perl:${{ matrix.perl-version }}
image: perl:${{ matrix.perl-version }}-buster
steps:
- uses: actions/checkout@v4
- name: perl -V
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
perl-version:
- '5.40'
- '5.38'
- '5.18'
- '5.10'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
fail-fast: true
matrix:
perl-version:
# - '5.40' Not yet for windows.
- '5.38'
- '5.14'
steps:
Expand Down

0 comments on commit d388d7e

Please sign in to comment.