Skip to content

Commit

Permalink
Update CI Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic committed Jul 20, 2023
1 parent c1b99ab commit 067007a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 40 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/macos.yml.off

This file was deleted.

25 changes: 20 additions & 5 deletions .github/workflows/linux.yml → .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linux
name: testsuite

on:
push:
Expand All @@ -20,10 +20,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: perl -V
- name: install dependencies
uses: perl-actions/install-with-cpm@v1
uses: perl-actions/install-with-cpm@stable
with:
cpanfile: "cpanfile"
- name: Makefile.PL
Expand All @@ -45,13 +45,28 @@ jobs:
strategy:
fail-fast: false
matrix:
perl-version: ["5.32", "5.30", "5.28", "5.26", "5.24", "5.22", "5.20", "5.18", "5.16", "5.14", "5.12", "5.10"]
perl-version:
- "5.38"
- "5.36"
- "5.34"
- "5.32"
- "5.30"
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"

container:
image: perldocker/perl-tester:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: perl -V
run: perl -V
- name: Install Dependencies
Expand Down

0 comments on commit 067007a

Please sign in to comment.