File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 20
20
id : action
21
21
uses : perl-actions/perl-versions@main
22
22
with :
23
- since-perl : ' 5.8 '
23
+ since-perl : ' 5.10 '
24
24
with-devel : ' true'
25
25
26
26
# bookworm base images only exist for 5.36 and newer.
76
76
username : ${{ secrets.DOCKER_USERNAME }}
77
77
password : ${{ secrets.DOCKER_GITHUB_TOKEN }}
78
78
dockerfile : Dockerfile
79
- buildargs : BASE=${{ matrix.perl-version }}-buster,CPANOUTDATED=${{ matrix.perl-version != '5.8' }}
79
+ buildargs : BASE=${{ matrix.perl-version }}-buster,CPANOUTDATED=1
80
80
tags : " ${{ matrix.perl-version }}-buster,${{ matrix.perl-version }}"
81
81
82
82
build-bookworm :
98
98
username : ${{ secrets.DOCKER_USERNAME }}
99
99
password : ${{ secrets.DOCKER_GITHUB_TOKEN }}
100
100
dockerfile : Dockerfile
101
- buildargs : BASE=${{ matrix.perl-version }}-bookworm,CPANOUTDATED=${{ matrix.perl-version != '5.8' }}
101
+ buildargs : BASE=${{ matrix.perl-version }}-bookworm,CPANOUTDATED=1
102
102
tags : " ${{ matrix.perl-version }}-bookworm"
Original file line number Diff line number Diff line change 17
17
id : action
18
18
uses : perl-actions/perl-versions@main
19
19
with :
20
- since-perl : ' 5.8 '
20
+ since-perl : ' 5.10 '
21
21
with-devel : ' true'
22
22
23
23
test-job :
Original file line number Diff line number Diff line change 95
95
5.14
96
96
5.12
97
97
5.10
98
- 5.8
99
98
```
100
99
101
100
## devel build
@@ -112,7 +111,7 @@ versions without an explicit Debian version are `buster`.
112
111
113
112
## Using the images with GitHub Workflow
114
113
115
- Here is a sample workflow for Linux running on all Perl version 5.8 to 5.38
114
+ Here is a sample workflow for Linux running on all Perl version 5.10 to 5.38
116
115
You can save the content in ` .github/workflow/linux.yml ` .
117
116
118
117
Note: this example is using cpm to install the dependencies from a cpanfile.
@@ -159,7 +158,6 @@ jobs:
159
158
- ' 5.14'
160
159
- ' 5.12'
161
160
- ' 5.10'
162
- - ' 5.8'
163
161
164
162
container :
165
163
image : perldocker/perl-tester:${{ matrix.perl-version }}
You can’t perform that action at this time.
0 commit comments