Skip to content

Commit d40a181

Browse files
committed
Test newer Perls
1 parent 624cbac commit d40a181

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Build distribution
1717
runs-on: ubuntu-latest
1818
container:
19-
image: perldocker/perl-tester:5.32
19+
image: perldocker/perl-tester:5.36
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: install aspell
@@ -37,7 +37,7 @@ jobs:
3737
needs: build-job
3838
runs-on: ubuntu-latest
3939
container:
40-
image: perldocker/perl-tester:5.32
40+
image: perldocker/perl-tester:5.36
4141
steps:
4242
- uses: actions/checkout@v2 # codecov wants to be inside a Git repository
4343
- uses: actions/download-artifact@v3
@@ -70,6 +70,8 @@ jobs:
7070
- "5.28"
7171
- "5.30"
7272
- "5.32"
73+
- "5.34"
74+
- "5.36"
7375
steps:
7476
- uses: actions/checkout@v2
7577
- uses: actions/download-artifact@v3
@@ -98,6 +100,8 @@ jobs:
98100
- "5.28"
99101
- "5.30"
100102
- "5.32"
103+
- "5.34"
104+
- "5.36"
101105
steps:
102106
- name: Set Up Perl
103107
uses: shogo82148/actions-setup-perl@v1

0 commit comments

Comments
 (0)