Skip to content

Commit 22eec6f

Browse files
simbabqueoalders
authored andcommitted
include new Perl versions in workflow
1 parent abfaed2 commit 22eec6f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
- "5.28"
5252
- "5.30"
5353
- "5.32"
54+
- "5.34"
55+
- "5.36"
5456
container:
5557
image: perldocker/perl-tester:${{ matrix.perl-version }}
5658
env:
@@ -90,6 +92,9 @@ jobs:
9092
- "5.26"
9193
- "5.28"
9294
- "5.30"
95+
- "5.32"
96+
- "5.34"
97+
- "5.36"
9398
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
9499
needs: build
95100
steps:
@@ -131,6 +136,9 @@ jobs:
131136
- "5.26"
132137
- "5.28"
133138
- "5.30"
139+
- "5.32"
140+
- "5.34"
141+
- "5.36"
134142
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
135143
needs: build
136144
steps:

0 commit comments

Comments
 (0)