File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -108,18 +108,30 @@ jobs:
108
108
install : ' Simple::Accessor'
109
109
tests : true
110
110
111
- # ## Install module(s) to local directory
111
+ # ## check perl-tester
112
112
113
- local_install :
113
+ perl_tester :
114
114
runs-on : ubuntu-latest
115
- name : ' local installation non root'
115
+ name : ' perl v${{ matrix.perl-version }}'
116
+
117
+ strategy :
118
+ fail-fast : false
119
+ matrix :
120
+ perl-version :
121
+ - ' 5.30'
122
+ - ' 5.28'
123
+ - ' 5.26'
124
+
125
+ container :
126
+ image : perldocker/perl-tester:${{ matrix.perl-version }}
127
+
116
128
steps :
117
129
- uses : actions/checkout@v2
118
130
- name : uses install-cpm
119
131
uses : ./
120
132
with :
121
133
install : ' Simple::Accessor'
122
- global : false
134
+ global : true
123
135
sudo : false
124
136
125
137
# ## Use some custom args to install
You can’t perform that action at this time.
0 commit comments