Skip to content

Commit a7f6347

Browse files
committed
CI: Add recent and current Perl versions
I made a selection of Perl versions based on what usual distributions based on https://repology.org/project/perl/versions currently have, e.g. Ubuntu as well as openSUSE Leap and Tumbleweed. Related progress issue: https://progress.opensuse.org/issues/176148
1 parent 183713b commit a7f6347

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci-tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- '5.20'
1818
- '5.26'
1919
- '5.30'
20+
- '5.34'
21+
- '5.38'
22+
- '5.40'
2023
- latest
2124
include:
2225
- os: macos-latest
@@ -41,7 +44,7 @@ jobs:
4144
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash
4245
- name: Upload coverage to ☂️ Codecov
4346
uses: codecov/codecov-action@v3
44-
if: matrix.perl == '5.30'
47+
if: matrix.perl == '5.40'
4548
with:
4649
file: cover_db/codecov.json
4750
fail_ci_if_error: true

0 commit comments

Comments
 (0)