Skip to content

Commit

Permalink
Merge 87cefa2 into 0417335
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Jun 3, 2023
2 parents 0417335 + 87cefa2 commit cfdf3ed
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
perl: [ '5.8', '5.10' ]
perl: [ '5.10', '5.12' ]
container:
image: perl:${{ matrix.perl }}
name: Perl ${{ matrix.perl }}
Expand All @@ -50,3 +50,15 @@ jobs:
- run: cpanm --quite --notest --installdeps .
- run: cpanm --quite --notest App::Prove
- run: prove -lrv t

prove5.8.9:
runs-on: ubuntu-latest
container:
image: perl:5.8.9
name: Perl 5.8.9
steps:
- uses: actions/checkout@v2
- run: perl -V
- run: cpanm --quite --notest Pod::Man@4.10 Test::Deep@1.130 App::Prove
- run: cpanm --quite --notest --installdeps .
- run: prove -lrv t

0 comments on commit cfdf3ed

Please sign in to comment.