File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 35
35
matrix :
36
36
perl-version :
37
37
- " devel"
38
+ - " 5.38"
38
39
- " 5.36"
39
40
- " 5.34"
40
41
- " 5.32"
Original file line number Diff line number Diff line change 16
16
matrix :
17
17
perl-version :
18
18
- ' devel'
19
+ - ' 5.38'
19
20
- ' 5.36'
20
21
- ' 5.34'
21
22
- ' 5.32'
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ The following tags are available from the repository `perldocker/perl-tester`
80
80
81
81
```
82
82
devel
83
+ 5.38
83
84
5.36
84
85
5.34
85
86
5.32
@@ -110,7 +111,7 @@ At this time all the images built are based on `buster` distro.
110
111
111
112
## Using the images with GitHub Workflow
112
113
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
114
115
You can save the content in ` .github/workflow/linux.yml ` .
115
116
116
117
Note: this example is using cpm to install the dependencies from a cpanfile.
@@ -142,6 +143,7 @@ jobs:
142
143
fail-fast : false
143
144
matrix :
144
145
perl-version :
146
+ - ' 5.38'
145
147
- ' 5.36'
146
148
- ' 5.34'
147
149
- ' 5.32'
You can’t perform that action at this time.
0 commit comments