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:
108108 install : ' Simple::Accessor'
109109 tests : true
110110
111- # ## Install module(s) to local directory
111+ # ## check perl-tester
112112
113- local_install :
113+ perl_tester :
114114 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+
116128 steps :
117129 - uses : actions/checkout@v2
118130 - name : uses install-cpm
119131 uses : ./
120132 with :
121133 install : ' Simple::Accessor'
122- global : false
134+ global : true
123135 sudo : false
124136
125137# ## Use some custom args to install
You can’t perform that action at this time.
0 commit comments