Skip to content

Commit 2bd64e2

Browse files
committed
actions v4, also test perl 5.40
1 parent 3887f47 commit 2bd64e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
version: ['5.30', '5.32', '5.34', '5.36', '5.38']
15+
version: ['5.30', '5.32', '5.34', '5.36', '5.38', '5.40']
1616

1717
env:
1818
PERL_CPANM_OPT: "--notest --force --skip-satisfied"
1919
GEO_CODER_OPENCAGE_API_KEY: ${{ secrets.GEO_CODER_OPENCAGE_API_KEY }}
2020
name: Perl ${{ matrix.version }}
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Set up perl
2525
uses: shogo82148/actions-setup-perl@v1
2626
with:

0 commit comments

Comments
 (0)