Skip to content

Commit

Permalink
Run github actions on pull request
Browse files Browse the repository at this point in the history
And add perl 5.32 to test versions
  • Loading branch information
syohex authored and nponeccop committed Jul 24, 2020
1 parent fe4c16a commit e2a3417
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: linux

on:
- push
- pull_request

jobs:
perl:
Expand All @@ -20,6 +21,7 @@ jobs:
- '5.26'
- '5.28'
- '5.30'
- '5.32'
container:
image: perl:${{ matrix.perl-version }}
steps:
Expand All @@ -28,4 +30,4 @@ jobs:
run: |
curl -sL https://cpanmin.us/ | perl - -nq --with-develop --installdeps .
- name: Run Tests
run: prove -lr t
run: prove -lr t

0 comments on commit e2a3417

Please sign in to comment.