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 19bf31e commit df8194bCopy full SHA for df8194b
.github/workflows/publish-to-docker.yml
@@ -34,6 +34,7 @@ jobs:
34
fail-fast: false
35
matrix:
36
perl-version:
37
+ - "5.36"
38
- "5.34"
39
- "5.32"
40
- "5.30"
.github/workflows/test-cpanfile.yml
@@ -29,6 +29,7 @@ jobs:
29
- '5.30'
30
- '5.32'
31
- '5.34'
32
+ - '5.36'
33
name: Perl ${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v3
0 commit comments