Skip to content

Commit

Permalink
Test all perls on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Jan 2, 2024
1 parent 6e62ad3 commit 240461a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
perl-version: [latest, 5.28, 5.26, 5.24, 5.22, "5.20", 5.18, 5.16, 5.14, 5.12, "5.10", 5.8]
perl-version: [latest, "5.36", "5.34", "5.32", "5.30", "5.28", "5.26", "5.24", "5.22", "5.20", "5.18", "5.16", "5.14", "5.12", "5.10", "5.8"]

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

0 comments on commit 240461a

Please sign in to comment.