File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 perl-version :
12- - ' 5.8'
13- - ' 5.10'
14- - ' 5.12'
15- - ' 5.14'
16- - ' 5.16'
17- - ' 5.18'
18- - ' 5.20'
19- - ' 5.22'
20- - ' 5.24'
12+ - ' 5.8-buster '
13+ - ' 5.10-buster '
14+ - ' 5.12-buster '
15+ - ' 5.14-buster '
16+ - ' 5.16-buster '
17+ - ' 5.18-buster '
18+ - ' 5.20-buster '
19+ - ' 5.22-buster '
20+ - ' 5.24-buster '
2121 - ' 5.26'
2222 - ' 5.28'
2323 - ' 5.30'
2424 - ' 5.32'
25+ - ' 5.34'
26+ - ' 5.36'
2527 container :
2628 image : perl:${{ matrix.perl-version }}
2729 steps :
Original file line number Diff line number Diff line change 1010 perl : [ '5.32', '5.30', '5.28' ]
1111 name : Perl ${{ matrix.perl }} on ${{ matrix.os }}
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - name : Set up perl
15- uses : shogo82148/actions-setup-perl@v1.10.0
15+ uses : shogo82148/actions-setup-perl@v1
1616 with :
1717 perl-version : ${{ matrix.perl }}
1818 distribution : strawberry
You can’t perform that action at this time.
0 commit comments