Skip to content

Commit 01a6084

Browse files
committed
ci: Use compatible perl images
See Perl/docker-perl#161
1 parent ada27af commit 01a6084

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/linux.yml

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

3434
container:
3535
image: perl:${{ matrix.perl-version }}

0 commit comments

Comments
 (0)