Skip to content

Commit 1403e13

Browse files
committed
Add builds for 5.38
1 parent 5d6e59f commit 1403e13

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/publish-to-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
matrix:
3636
perl-version:
3737
- "devel"
38+
- "5.38"
3839
- "5.36"
3940
- "5.34"
4041
- "5.32"

.github/workflows/test-cpanfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
perl-version:
1818
- 'devel'
19+
- '5.38'
1920
- '5.36'
2021
- '5.34'
2122
- '5.32'

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ The following tags are available from the repository `perldocker/perl-tester`
8080

8181
```
8282
devel
83+
5.38
8384
5.36
8485
5.34
8586
5.32
@@ -110,7 +111,7 @@ At this time all the images built are based on `buster` distro.
110111

111112
## Using the images with GitHub Workflow
112113

113-
Here is a sample workflow for Linux running on all Perl version 5.8 to 5.36
114+
Here is a sample workflow for Linux running on all Perl version 5.8 to 5.38
114115
You can save the content in `.github/workflow/linux.yml`.
115116

116117
Note: this example is using cpm to install the dependencies from a cpanfile.
@@ -142,6 +143,7 @@ jobs:
142143
fail-fast: false
143144
matrix:
144145
perl-version:
146+
- '5.38'
145147
- '5.36'
146148
- '5.34'
147149
- '5.32'

0 commit comments

Comments
 (0)