File tree 3 files changed +27
-15
lines changed
3 files changed +27
-15
lines changed Original file line number Diff line number Diff line change 34
34
fail-fast : false
35
35
matrix :
36
36
perl-version :
37
+ - " devel"
37
38
- " 5.36"
38
39
- " 5.34"
39
40
- " 5.32"
Original file line number Diff line number Diff line change @@ -15,26 +15,27 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
perl-version :
18
- - ' 5.8'
19
- - ' 5.10'
20
- - ' 5.12'
21
- - ' 5.14'
22
- - ' 5.16'
23
- - ' 5.18'
24
- - ' 5.20'
25
- - ' 5.22'
26
- - ' 5.24'
27
- - ' 5.26'
28
- - ' 5.28'
29
- - ' 5.30'
30
- - ' 5.32'
31
- - ' 5.34'
18
+ - ' devel'
32
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'
30
+ - ' 5.14'
31
+ - ' 5.12'
32
+ - ' 5.10'
33
+ - ' 5.8'
33
34
name : Perl ${{ matrix.perl-version }}
34
35
steps :
35
36
- uses : actions/checkout@v3
36
37
- name : Install deps using cpm
37
- uses : perl-actions/install-with-cpm@v1
38
+ uses : perl-actions/install-with-cpm@stable
38
39
with :
39
40
cpanfile : ' cpanfile'
40
41
sudo : false
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ The images can be found at [https://hub.docker.com/repository/docker/perldocker/
79
79
The following tags are available from the repository ` perldocker/perl-tester `
80
80
81
81
```
82
+ devel
82
83
5.36
83
84
5.34
84
85
5.32
@@ -96,6 +97,15 @@ The following tags are available from the repository `perldocker/perl-tester`
96
97
5.8
97
98
```
98
99
100
+ ## devel build
101
+
102
+ Note that the ` devel ` build was added to test on the current Perl development version. (example: ` 5.37.8 ` , )
103
+ This is tracking the last Perl ` devel ` version released.
104
+
105
+ ## OS flavor
106
+
107
+ At this time all the images built are based on ` buster ` distro.
108
+
99
109
# Continuous Integrations
100
110
101
111
## Using the images with GitHub Workflow
You can’t perform that action at this time.
0 commit comments