Skip to content

Commit df8194b

Browse files
committed
Add 5.36 to Perl versions
1 parent 19bf31e commit df8194b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish-to-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
perl-version:
37+
- "5.36"
3738
- "5.34"
3839
- "5.32"
3940
- "5.30"

.github/workflows/test-cpanfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- '5.30'
3030
- '5.32'
3131
- '5.34'
32+
- '5.36'
3233
name: Perl ${{ matrix.perl-version }}
3334
steps:
3435
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)