Skip to content

Commit

Permalink
Trying to fix #400
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Oct 15, 2024
1 parent 5f58cfe commit 32dad74
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,26 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.16'
- '5.18'
- '5.20'
- '5.22'
- '5.24'
- '5.26'
- '5.28'
- '5.30'
- '5.32'
- '5.34'
- '5.36'
- '5.38'
include:
- perl-version: '5.32'
os: ubuntu-latest
coverage: true
- perl-version: '5.34'
os: ubuntu-latest
coverage: true
- perl-version: '5.36'
os: ubuntu-latest
coverage: true
- perl-version: '5.38'
os: ubuntu-latest
coverage: true
container:
image: perl:${{ matrix.perl-version }}
steps:
Expand Down

0 comments on commit 32dad74

Please sign in to comment.