Skip to content

Commit

Permalink
add perl 5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 12, 2024
1 parent e003184 commit d4053e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:

jobs:
test:
strategy:
matrix:
os: ["ubuntu-latest"]
perl: ["5.16", "5.32"]
runs-on: ubuntu-latest
services:
redis:
Expand All @@ -16,6 +20,6 @@ jobs:
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.32"
perl-version: ${{ matrix.perl }}
- run: cpanm --installdeps .
- run: prove -lv t

0 comments on commit d4053e9

Please sign in to comment.