Skip to content

Commit c73930c

Browse files
committed
ci: Use compatible perl images
See Perl/docker-perl#161
1 parent 74f4a46 commit c73930c

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

.github/workflows/linux.yaml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,23 @@ jobs:
1515
strategy:
1616
matrix:
1717
perl-version:
18-
- '5.8'
19-
- '5.10'
20-
- '5.12'
21-
- '5.14'
22-
- '5.16'
23-
- '5.18'
24-
- '5.20'
25-
- '5.22'
26-
- '5.24'
27-
- '5.26'
28-
- '5.28'
29-
- '5.30'
30-
- '5.32'
31-
- '5.34'
32-
- '5.36'
33-
- '5.38'
18+
- '5.8-buster'
19+
- '5.10-buster'
20+
- '5.12-buster'
21+
- '5.14-buster'
22+
- '5.16-buster'
23+
- '5.18-buster'
24+
- '5.20-buster'
25+
- '5.22-buster'
26+
- '5.24-buster'
27+
- '5.26-buster'
28+
- '5.28-buster'
29+
- '5.30-bullseye'
30+
- '5.32-bullseye'
31+
- '5.34-bullseye'
32+
- '5.36-bookworm'
33+
- '5.38-bookworm'
34+
- 'latest'
3435

3536
container:
3637
image: perl:${{ matrix.perl-version }}

0 commit comments

Comments
 (0)