Skip to content

Commit 7c91aef

Browse files
committed
Switch to using perl-tester:* images for testing.
Some of the older upstream `perl:*` images are based on Debian "Stretch", which is past EOL and no longer has Apt updates available. The `perl-tester:*` images, however, are all based on Debian "Buster", which is more recent and is continuing to receive updates.
1 parent 28ddd05 commit 7c91aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perl-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- "5.8"
7878

7979
container:
80-
image: perl:${{ matrix.perl-version }}
80+
image: perldocker/perl-tester:${{ matrix.perl-version }}
8181

8282
steps:
8383
- name: Download tarball artifact

0 commit comments

Comments
 (0)