📓 build-image.yml: Update for Perl 5.32.0
This commit is contained in:
parent
cce936c1ee
commit
6234cfc650
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
variant: [ 'main', 'slim', 'main,threaded', 'slim,threaded' ]
|
||||
perl-version: [ '5.030.003', '5.028.003' ]
|
||||
perl-version: [ '5.032.000', '5.030.003' ]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Clone docker-library/official-images (for testing)
|
||||
|
|
Loading…
Add table
Reference in a new issue