Skip to content

Commit ededffe

Browse files
committed
CI: consistently test on 5.40 & 5.18 on all 3 major platforms
1 parent f4eb33c commit ededffe

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
perl-version:
16-
- '5.38'
16+
- '5.40'
17+
# - '5.38'
18+
# - '5.36'
1719
# - '5.34'
1820
# - '5.32'
1921
# - '5.30'

.github/workflows/macos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
perl-version:
16-
- '5.38'
16+
- '5.40'
17+
# - '5.38'
18+
# - '5.36'
1719
# - '5.34'
1820
# - '5.32'
1921
# - '5.30'

.github/workflows/windows.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
perl-version:
16-
- '5.30'
16+
- '5.40'
17+
# - '5.38'
18+
# - '5.36'
19+
# - '5.34'
20+
# - '5.32'
21+
# - '5.30'
1722
# - '5.28'
1823
# - '5.26'
1924
# - '5.24'
2025
# - '5.22'
2126
# - '5.20'
22-
# - '5.18'
27+
- '5.18'
2328
# - '5.16'
2429
- '5.14'
2530
steps:

0 commit comments

Comments
 (0)