Skip to content

Commit 6d7dd85

Browse files
committed
add perl5.40 to workflows
1 parent c6a05a6 commit 6d7dd85

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
perl:
1818
# - 'develop'
19+
- '5.40'
1920
- '5.38'
2021
- '5.36'
2122
- '5.34'

.github/workflows/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
perl:
1818
# - 'develop'
19+
- '5.40'
1920
- '5.38'
2021
- '5.36'
2122
- '5.34'

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
perl:
1818
# - 'develop'
19+
- '5.40'
1920
- '5.38'
2021
- '5.36'
2122
# - '5.34'

0 commit comments

Comments
 (0)