Skip to content

Fixed deps and CI

Fixed deps and CI #108

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
perl:
[
"5.42",
"5.40",
"5.38",
"5.36",
"5.34",
]
name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
- name: Install dependencies
run: cpm install -g --with-develop
- run: perl Build.PL
- run: ./Build
- run: ./Build test