Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de1bf3e

Browse files
author
Duncan Ferguson
committedOct 15, 2024·
Fix perl docker version tag
1 parent 4373727 commit de1bf3e

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed
 

‎.github/workflows/dzil_tester.yml

+13-14
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,19 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
perl-version:
16-
- latest
17-
- 5.40
18-
- 5.38
19-
- 5.36
20-
- 5.34
21-
- 5.32
22-
- 5.30
23-
- 5.28
24-
- 5.26
25-
- 5.24
26-
- 5.22
27-
- 5.20
28-
- 5.18
29-
- 5.16
16+
- '5.40'
17+
- '5.38'
18+
- '5.36'
19+
- '5.34'
20+
- '5.32'
21+
- '5.30'
22+
- '5.28'
23+
- '5.26'
24+
- '5.24'
25+
- '5.22'
26+
- '5.20'
27+
- '5.18'
28+
- '5.16'
3029
include:
3130
- perl-version: '5.38'
3231
os: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.