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 3535 matrix :
3636 perl-version :
3737 - " devel"
38+ - " 5.38"
3839 - " 5.36"
3940 - " 5.34"
4041 - " 5.32"
Original file line number Diff line number Diff line change 1616 matrix :
1717 perl-version :
1818 - ' devel'
19+ - ' 5.38'
1920 - ' 5.36'
2021 - ' 5.34'
2122 - ' 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`
8080
8181```
8282devel
83+ 5.38
83845.36
84855.34
85865.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
114115You can save the content in ` .github/workflow/linux.yml ` .
115116
116117Note: 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'
You can’t perform that action at this time.
0 commit comments