Skip to content

Checking in changes prior to tagging of version 3.15. #27

Checking in changes prior to tagging of version 3.15.

Checking in changes prior to tagging of version 3.15. #27

Workflow file for this run

name: linux
on:
- push
- pull_request
jobs:
perl:
runs-on: ubuntu-latest
strategy:
matrix:
perl-version:
- '5.14-buster'
- '5.34'
- '5.36'
- '5.38'
container:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: |
curl -sL https://cpanmin.us/ | perl - -n --with-develop --with-recommends --with-suggests --installdeps .
- name: Run Tests
run: prove -lr t