Skip to content

Commit

Permalink
CI: semi-consistently test on 5.40 & 5.18 on all 3 major platforms
Browse files Browse the repository at this point in the history
... except for Windows, because Strawberry Perl 5.40 isn't out yet.
  • Loading branch information
mauke authored and haarg committed Jul 9, 2024
1 parent d0b3a95 commit 7bc4dd8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
fail-fast: true
matrix:
perl-version:
- '5.38'
- '5.40'
# - '5.38'
# - '5.36'
# - '5.34'
# - '5.32'
# - '5.30'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
fail-fast: true
matrix:
perl-version:
- '5.38'
- '5.40'
# - '5.38'
# - '5.36'
# - '5.34'
# - '5.32'
# - '5.30'
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ jobs:
fail-fast: true
matrix:
perl-version:
- '5.30'
# - '5.40'
- '5.38'
# - '5.36'
# - '5.34'
# - '5.32'
# - '5.30'
# - '5.28'
# - '5.26'
# - '5.24'
# - '5.22'
# - '5.20'
# - '5.18'
- '5.18'
# - '5.16'
- '5.14'
steps:
Expand Down

0 comments on commit 7bc4dd8

Please sign in to comment.