Skip to content

Checking in changes prior to tagging of version 1.0501. #28

Checking in changes prior to tagging of version 1.0501.

Checking in changes prior to tagging of version 1.0501. #28

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.14' ]
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 -lrv t