You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like a recent change caused `$mock_engine->unmock('run_verify')`
to reset `$@`, causing the tests that followed it to fail. Move the
unmock call to after the `$@`-using tests.` Thanks @eserte for the
report (resolves#921).
Also update the test workflows for changes to recent release of `cpm`.
Change them to use the new argument `--top-level-phase
configure,build,test,runtime`; otherwise `cpm` defaults to installing
development modules, too (see skaji/cpm#310).
Also work around `cpm` and related modules dropping support for Perl
versions prior to 5.24 by installing the last versions to support Perl
5.22 and earlier in the "🧅 Perl" workflow (see
shogo82148/actions-setup-perl#2662). This requires using a variable for
the `cpm` arguments to support both versions, and requires a further
workaround on Perl 5.16 and earlier. And cease testing Perls before 5.24
on Windows, where things just don't work well at all.
Update the CockroachDB versions to include 26.2 and drop 21 and 22, as
their DockerHub images have been deleted. Work around a test failure on
26.2 returning a `NOTICE` as an error for some reason, too.
0 commit comments