Skip to content

Commit

Permalink
ci: Use compatible perl images
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jan 24, 2025
1 parent 74f4a46 commit c73930c
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,23 @@ jobs:
strategy:
matrix:
perl-version:
- '5.8'
- '5.10'
- '5.12'
- '5.14'
- '5.16'
- '5.18'
- '5.20'
- '5.22'
- '5.24'
- '5.26'
- '5.28'
- '5.30'
- '5.32'
- '5.34'
- '5.36'
- '5.38'
- '5.8-buster'
- '5.10-buster'
- '5.12-buster'
- '5.14-buster'
- '5.16-buster'
- '5.18-buster'
- '5.20-buster'
- '5.22-buster'
- '5.24-buster'
- '5.26-buster'
- '5.28-buster'
- '5.30-bullseye'
- '5.32-bullseye'
- '5.34-bullseye'
- '5.36-bookworm'
- '5.38-bookworm'
- 'latest'

container:
image: perl:${{ matrix.perl-version }}
Expand Down

0 comments on commit c73930c

Please sign in to comment.