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:
parent
f898088260
commit
496279e05c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/perl.yml
vendored
2
.github/workflows/perl.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
perl-version:
|
perl-version:
|
||||||
- '5.20'
|
- '5.30'
|
||||||
- 'latest'
|
- 'latest'
|
||||||
- 'threaded'
|
- 'threaded'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue