Skip to content

Commit 03e3731

Browse files
committed
Revert "Fix GitHub action; mod_perl does not (yet) work with Perl > 5.37"
Now that an updated release of mod_perl is available, we can go back to testing against newer versions of Perl. This reverts commit 88a64d8.
1 parent aaedf20 commit 03e3731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/perl-ci.yml

Lines changed: 2 additions & 1 deletion
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:5.36
24+
image: perldocker/perl-tester:latest
2525

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

0 commit comments

Comments
 (0)