Skip to content

Commit

Permalink
Use Debian tagged images for the rest of the perl images too
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomen committed Jun 19, 2024
1 parent 07c3b70 commit 9fadf75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
matrix:
perl-version:
- '5.16-buster'
- '5.18'
- '5.20'
- '5.22'
- '5.30'
- '5.32'
- '5.18-buster'
- '5.20-buster'
- '5.22-buster'
- '5.30-bullseye'
- '5.32-bullseye'
container:
image: perl:${{ matrix.perl-version }}
steps:
Expand Down

0 comments on commit 9fadf75

Please sign in to comment.