Skip to content

Commit 8f86108

Browse files
committed
Add Perl 5.38 and otheres for Windows
1 parent e098fcc commit 8f86108

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- '5.32'
2626
- '5.34'
2727
- '5.36'
28+
- '5.38'
2829
container:
2930
image: perl:${{ matrix.perl-version }}
3031
steps:

.github/workflows/windows-strawberry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: ['windows-latest']
18-
perl: [ '5.32', '5.30', '5.28' ]
18+
perl: [ '5.38', '5.36', '5.34', '5.32', '5.30', '5.28' ]
1919
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v2

cpanfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.030
21
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
32

43
requires "Crypt::OpenSSL::X509" => "0";

0 commit comments

Comments
 (0)