Skip to content

Commit

Permalink
ci: bump perl 5.30 -> 5.32, bump GHA deps
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Oct 25, 2023
1 parent 7883a3e commit aad512f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
perl-version:
- "5.30"
- "5.32"
- "5.28"
- "5.26"

Expand All @@ -20,12 +20,12 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1

- name: install-with-cpanm
uses: perl-actions/install-with-cpanm@v1
uses: perl-actions/install-with-cpanm@stable
with:
install: |
Regexp::Common
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
- run: perl Makefile.PL

- name: Run CI Tests
run: make test
run: make test

0 comments on commit aad512f

Please sign in to comment.