Skip to content

Commit

Permalink
Merge pull request #147 from shogo82148/perl5.38-is-released
Browse files Browse the repository at this point in the history
Perl 5.38 is released
  • Loading branch information
shogo82148 committed Jul 5, 2023
2 parents 371eecc + c6afabf commit 56d2603
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
git submodule init
git submodule update --recursive
- name: Set up Perl ${{ matrix.perl }}
- name: Set up Perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.34"
perl-version: "5.38"
install-modules-with: cpm
install-modules-args: --with-develop --with-configure
install-modules: |
Expand Down Expand Up @@ -52,6 +52,7 @@ jobs:
import json
import os
perl = [
'5.38',
'5.36',
'5.34',
'5.32',
Expand Down

0 comments on commit 56d2603

Please sign in to comment.