Skip to content

Checking in changes prior to tagging of version 1.27. #95

Checking in changes prior to tagging of version 1.27.

Checking in changes prior to tagging of version 1.27. #95

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
perl: [ '5.38', '5.30', '5.28', '5.18', '5.16' ]
name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
- run: perl -V
- run: cpanm --installdeps --notest --quiet .
- run: prove -lv t