Skip to content

Commit d0f55e7

Browse files
committed
test on multiple versions of perl
1 parent 0a073c7 commit d0f55e7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,20 @@ jobs:
1010
tests:
1111
runs-on: ubuntu-latest
1212

13-
name: Address-Formatting
13+
strategy:
14+
matrix:
15+
version: ['5.38', '5.40', '5.42']
16+
17+
name: Address-Formatting perl ${{ matrix.version }}
18+
1419

1520
steps:
1621
- uses: actions/checkout@v4
1722

1823
- name: Set up perl
1924
uses: shogo82148/actions-setup-perl@v1
2025
with:
21-
perl-version: '5.38'
26+
perl-version: ${{ matrix.version }}
2227
install-modules-with: cpanm
2328

2429
- name: Tests

0 commit comments

Comments
 (0)