We currently have our pipeline run against one version of our programming language using our own Docker image. I would like, also, to test against the next version of the language so that we are alerted to BC breaks for potential fixing in the same PR or in a subsequent PR.
Is there a way to have one pipeline step stop on failure and another continue, perhaps with a warning, on failure?