Skip to content

Commit

Permalink
add perl 5.40 to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Jun 16, 2024
1 parent 0ca64b9 commit ce1605e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
perl:
# - 'develop'
- '5.40'
- '5.38'
- '5.36'
- '5.34'
Expand All @@ -35,7 +36,7 @@ jobs:

name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
perl:
# - 'develop'
- '5.40'
- '5.38'
- '5.36'
- '5.34'
Expand All @@ -35,7 +36,7 @@ jobs:

name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
perl:
# - 'develop'
- '5.40'
- '5.38'
- '5.36'
- '5.34'
Expand All @@ -35,7 +36,7 @@ jobs:

name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down

0 comments on commit ce1605e

Please sign in to comment.