Update perl to v5.30 to fix OCI image manifest version

More context: https://github.com/Perl/docker-perl/issues/161
This commit is contained in:
Andromeda 2024-10-18 16:57:51 +00:00 committed by Birte Friesel
parent f898088260
commit 496279e05c

View file

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
perl-version: perl-version:
- '5.20' - '5.30'
- 'latest' - 'latest'
- 'threaded' - 'threaded'