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, but we're having
problems building against older images. Try 5.30 as a minimum, and
make sure we run tests against the most current production version too.
  • Loading branch information
Jason A. Crome authored and cromedome committed Jun 17, 2024
1 parent 850dd2b commit 8c836c4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.38'
- '5.32'
- '5.20'
- '5.40'
- '5.36'
- '5.30'

container:
image: perldocker/perl-tester:${{ matrix.perl-version }} # https://hub.docker.com/r/perldocker/perl-tester
Expand Down Expand Up @@ -86,16 +86,17 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.38'
- "5.32"
- "5.14"
- '5.40'
- "5.36"
- "5.30"
# - "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 +123,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 Expand Up @@ -166,7 +167,7 @@ jobs:
# Will resolve and uncomment later.
#runner: [ubuntu-latest, macos-latest, windows-latest]
runner: [ubuntu-latest, macos-latest]
perl: [ '5.38' ]
perl: [ '5.40' ]

runs-on: ${{matrix.runner}}
name: Native on OS ${{matrix.runner}} Perl ${{matrix.perl}}
Expand Down

0 comments on commit 8c836c4

Please sign in to comment.