Skip to content

Commit

Permalink
add all of perl stable + devel
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Apr 26, 2024
1 parent add37c2 commit 8f3741c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,21 @@ jobs:
perl-version:
- '5.8-buster'
- '5.10-buster'
- 'latest'
- '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-buster'
- '5.32-buster'
- '5.34-buster'
- '5.36-buster'
- '5.38-buster'
- 'devel'
container:
image: perl:${{ matrix.perl-version }}
steps:
Expand Down

0 comments on commit 8f3741c

Please sign in to comment.