Skip to content

Commit dca22a6

Browse files
committed
Add perl 5.42 to workflow files
1 parent 3cb88fd commit dca22a6

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.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.42'
1920
- '5.40'
2021
- '5.38'
2122
- '5.36'

.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.42'
1920
- '5.40'
2021
- '5.38'
2122
- '5.36'

.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.42'
1920
- '5.40'
2021
- '5.38'
2122
- '5.36'

0 commit comments

Comments
 (0)