Skip to content

Commit d424c4a

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 88c8320 commit d424c4a

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
@@ -110,7 +110,7 @@ jobs:
110110
- "5.22"
111111

112112
container:
113-
image: perl:${{ matrix.perl-version }}
113+
image: perldocker/perl-tester:${{ matrix.perl-version }}
114114

115115
steps:
116116
- name: Setup GitHub user

0 commit comments

Comments
 (0)