Skip to content

Commit 92024e1

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 65f0854 commit 92024e1

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
@@ -76,7 +76,7 @@ jobs:
7676
- "5.10"
7777

7878
container:
79-
image: perl:${{ matrix.perl-version }}
79+
image: perldocker/perl-tester:${{ matrix.perl-version }}
8080

8181
steps:
8282
- name: Download tarball artifact

0 commit comments

Comments
 (0)