Skip to content

Rewrite perl CI action #5

Rewrite perl CI action

Rewrite perl CI action #5

Workflow file for this run

name: Perl CI

Check failure on line 1 in .github/workflows/perl_test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/perl_test.yml

Invalid workflow file

(Line: 5, Col: 1): Unexpected value 'linux', (Line: 1, Col: 1): Required property is missing: jobs
on: [push, pull_request]
linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
perl-version:
- '5.36'
- '5.34'
- '5.32'
- '5.30'
- '5.28'
- '5.26'
- '5.24'
- '5.22'
container:
image: perldocker/perl-tester:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@main
with:
submodules: recursive
- run: perl -V
- run: cpanm --notest --installdeps --verbose .
- run: perl Makefile.PL
- run: make
run: prove -lv t/