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 8881ace commit cd54519
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-upstream-gh-xz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
perl:
- '5.38'
- '5.40'
lzma-version:
- v5.6.2
# 5.6.0 & 5.6.1 don't exist anymore
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
perl:
- '5.40'
- '5.38'
- '5.36'
- '5.34'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-upstream-gh-xz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
perl:
- '5.38'
- '5.40'
lzma-version:
- v5.6.2
# 5.6.0 & 5.6.1 don't exist anymore
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
perl:
- '5.40'
- '5.38'
- '5.36'
- '5.34'
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,7 +16,8 @@ jobs:
strategy:
matrix:
perl:
- '5.38'
- '5.40'
# - '5.38'
# - '5.36'
# - '5.34'
# - '5.32'
Expand Down

0 comments on commit cd54519

Please sign in to comment.