Skip to content

Commit 53dd0eb

Browse files
committed
Update Windows and Linux Github Actions
1 parent 9ee72a9 commit 53dd0eb

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/workflows/linux.yml

+11-9
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,21 @@ jobs:
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:

.github/workflows/matrix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
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

0 commit comments

Comments
 (0)