ci: Allow spec links to v1.6

This commit is contained in:
Kévin Commaille 2023-02-14 18:15:25 +01:00 committed by Kévin Commaille
parent 4f8bcf3ee1
commit d8f36aa241

View File

@ -28,7 +28,7 @@ impl Spec {
/// Authorized versions in URLs pointing to the new specs.
const NEW_VERSION_WHITELIST: &'static [&'static str] = &[
"v1.1", "v1.2", "v1.3", "v1.4", "v1.5",
"v1.1", "v1.2", "v1.3", "v1.4", "v1.5", "v1.6",
"latest",
// This should only be enabled if a legitimate use case is found.
// "unstable",