Skip to content

Commit

Permalink
recent Test::Deep requires perl 5.12.
Browse files Browse the repository at this point in the history
This means perl 5.10 is also considered as a legacy.
  • Loading branch information
gugod committed Jun 3, 2023
1 parent d3c2a5d commit 072eaa6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
perl: [ '5.10', '5.12' ]
perl: ['5.12', '5.14']
container:
image: perl:${{ matrix.perl }}
name: Perl ${{ matrix.perl }}
Expand All @@ -51,11 +51,14 @@ jobs:
- run: cpanm --quite --notest App::Prove
- run: prove -lrv t

prove5_8_9:
prove_legacy:
runs-on: ubuntu-latest
strategy:
matrix:
perl: ['5.8', '5.10']
container:
image: perl:5.8.9
name: Perl 5.8.9
image: perl:${{ matrix.perl }}
name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v2
- run: perl -V
Expand Down

0 comments on commit 072eaa6

Please sign in to comment.