Skip to content

Commit

Permalink
add more perl versions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed Jun 30, 2024
1 parent 0671020 commit ae10896
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ jobs:
matrix:
perl:
[
#"5.38",
#"5.36",
#"5.34",
#"5.32",
#"5.30",
"5.38",
"5.36",
"5.34",
"5.32",
"5.30",
"5.22",
#"5.20"
]
name: Perl ${{ matrix.perl }}
steps:
Expand Down

0 comments on commit ae10896

Please sign in to comment.