Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-utashiro committed Mar 22, 2024
1 parent cec95a2 commit e3d4a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
perl: [ '5.36', '5.30', '5.28', '5.18', '5.14' ]
perl: [ '5.38', '5.30', '5.28', '5.18', '5.14' ]
name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down

0 comments on commit e3d4a5a

Please sign in to comment.