Skip to content

Commit

Permalink
Update tests for minimum, current Perl version
Browse files Browse the repository at this point in the history
Minimum "supported" Perl version should be 5.20 now. Make sure we run
tests against the most current production version too.
  • Loading branch information
Jason A. Crome committed Jun 16, 2024
1 parent 850dd2b commit c909c1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,16 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.38'
- "5.32"
- "5.14"
- '5.40'
- "5.34"
# - "5.28"
# - "5.26"
# - "5.24"
# - "5.22"
# - "5.20"
- "5.20"
# - "5.18"
# - "5.16"
# - "5.14"

container:
image: perl:${{ matrix.perl-version }}
Expand All @@ -122,7 +122,7 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.38'
- '5.40'

container:
image: perldocker/perl-tester:${{ matrix.perl-version }} # https://hub.docker.com/r/perldocker/perl-tester
Expand Down

0 comments on commit c909c1c

Please sign in to comment.