We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bc900 commit c6d9a22Copy full SHA for c6d9a22
.github/workflows/publish-to-docker.yml
@@ -17,6 +17,7 @@ jobs:
17
matrix:
18
perl-version:
19
- "latest"
20
+ - "5.34"
21
- "5.32"
22
- "5.30"
23
- "5.28"
.github/workflows/test-cpanfile.yml
@@ -27,6 +27,7 @@ jobs:
27
- '5.28'
28
- '5.30'
29
- '5.32'
30
+ - '5.34'
31
- 'latest'
32
name: Perl ${{ matrix.perl-version }}
33
steps:
0 commit comments