Skip to content

Commit

Permalink
Switch to using perl-tester:* images for testing.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bleargh45 committed Jun 12, 2023
1 parent d6d6c31 commit c9f675c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- "5.10"

container:
image: perl:${{ matrix.perl-version }}
image: perldocker/perl-tester:${{ matrix.perl-version }}

steps:
- name: Download tarball artifact
Expand Down

0 comments on commit c9f675c

Please sign in to comment.