Skip to content

Commit 891bb2c

Browse files
committed
Until an upstream mod_perl release is done, we cannot test beyond 5.32.
1 parent e4027e9 commit 891bb2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/perl-ci.yml

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

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

1819
steps:
1920
- name: Setup GitHub user
@@ -91,7 +92,7 @@ jobs:
9192
strategy:
9293
matrix:
9394
perl-version:
94-
- "latest"
95+
#- "latest"
9596
- "5.32"
9697
- "5.30"
9798
- "5.28"

0 commit comments

Comments
 (0)