File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,11 +125,11 @@ jobs:
125
125
run : PERL_JSON_BACKEND=${{ matrix.backend }} make test
126
126
- name : load JSON after backend
127
127
if : ${{ matrix.backend == 'Cpanel::JSON::XS' || matrix.backend == 'JSON::XS' }}
128
- run : cpanm -n Test::Warnings JSON::PP; perl -Ilib -we 'use Test::More; use Test::Warnings qw(:report_warnings); use ${{ matrix.backend }} (); use JSON (); done_testing'
128
+ run : cpanm -n Test::Warnings JSON::PP@4.12 ; perl -Ilib -we 'use Test::More; use Test::Warnings qw(:report_warnings); use ${{ matrix.backend }} (); use JSON (); done_testing'
129
129
- name : load JSON before backend
130
130
continue-on-error : true
131
131
if : ${{ matrix.backend == 'Cpanel::JSON::XS' || matrix.backend == 'JSON::XS' }}
132
- run : cpanm -n Test::Warnings JSON::PP; perl -Ilib -we 'use Test::More; use Test::Warnings qw(:report_warnings); use JSON (); use ${{ matrix.backend }} (); done_testing'
132
+ run : cpanm -n Test::Warnings JSON::PP@4.12 ; perl -Ilib -we 'use Test::More; use Test::Warnings qw(:report_warnings); use JSON (); use ${{ matrix.backend }} (); done_testing'
133
133
- name : load JSON::backportPP after backend
134
134
if : ${{ matrix.backend == 'Cpanel::JSON::XS' || matrix.backend == 'JSON::XS' }}
135
135
run : cpanm -n Test::Warnings; perl -Ilib -we 'use Test::More; use Test::Warnings qw(:report_warnings); use ${{ matrix.backend }} (); use JSON::backportPP (); done_testing'
You can’t perform that action at this time.
0 commit comments