Skip to content

Commit 75ab79b

Browse files
committed
Test newer perl versions
1 parent b66e0c7 commit 75ab79b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- '5.32'
3131
- '5.34'
3232
- '5.36'
33+
- '5.38'
3334

3435
container:
3536
image: perl:${{ matrix.perl-version }}
@@ -62,7 +63,7 @@ jobs:
6263
cover:
6364
runs-on: ubuntu-latest
6465
container:
65-
image: perl:5.32
66+
image: perl:5.38
6667

6768
steps:
6869
- uses: actions/checkout@v3
@@ -97,7 +98,7 @@ jobs:
9798
spelling:
9899
runs-on: ubuntu-latest
99100
container:
100-
image: perl:5.32
101+
image: perl:5.38
101102

102103
steps:
103104
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)