Skip to content

Commit 88a64d8

Browse files
committed
Fix GitHub action; mod_perl does not (yet) work with Perl > 5.37
1 parent ac2c7e2 commit 88a64d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/perl-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
container:
24-
image: perldocker/perl-tester:latest
24+
image: perldocker/perl-tester:5.36
2525

2626
steps:
2727
- name: Setup GitHub user
@@ -99,7 +99,6 @@ jobs:
9999
strategy:
100100
matrix:
101101
perl-version:
102-
- "latest"
103102
- "5.36"
104103
- "5.34"
105104
- "5.32"

0 commit comments

Comments
 (0)