Closed mattrjacobs closed 4 years ago
As described here, AL1 has an end-of-life of December 2020.
AFAIK, this change should just be to update the string const BASE_RUNTIME = "provided"; to const BASE_RUNTIME = "provided.al2"; and then test.
const BASE_RUNTIME = "provided";
const BASE_RUNTIME = "provided.al2";
💡 Feature description
As described here, AL1 has an end-of-life of December 2020.
💻 Basic example
AFAIK, this change should just be to update the string
const BASE_RUNTIME = "provided";
toconst BASE_RUNTIME = "provided.al2";
and then test.