Skip to content

Commit

Permalink
Use Debian-tagged versions of perl images (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakame authored Jun 17, 2024
1 parent 0dec46f commit 8d9adda
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,20 @@ jobs:
os:
- ubuntu-22.04
perl-version:
- '5.22'
- '5.24'
- '5.26'
- '5.28'
- '5.30'
- '5.32'
- '5.34'
- '5.36'
- '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'
- 'latest'
container:
image: perl:${{ matrix.perl-version }}
Expand Down

0 comments on commit 8d9adda

Please sign in to comment.