Skip to content

Commit a47533a

Browse files
committed
Revert "Until an upstream mod_perl release is done, we cannot test beyond 5.32."
This reverts commit 891bb2c.
1 parent a9c5ce5 commit a47533a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/perl-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
container:
16-
#image: perldocker/perl-tester:latest
17-
image: perldocker/perl-tester:5.32
16+
image: perldocker/perl-tester:latest
1817

1918
steps:
2019
- name: Setup GitHub user
@@ -92,7 +91,7 @@ jobs:
9291
strategy:
9392
matrix:
9493
perl-version:
95-
#- "latest"
94+
- "latest"
9695
- "5.32"
9796
- "5.30"
9897
- "5.28"

0 commit comments

Comments
 (0)