From 729c1fb6e44ba34a7ff21d5aaa4d8b50088fc773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 24 Aug 2023 11:44:29 +0200 Subject: [PATCH] ci: Add support for Matrix 1.8 links --- xtask/src/ci/spec_links.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/src/ci/spec_links.rs b/xtask/src/ci/spec_links.rs index f6131158..d467924c 100644 --- a/xtask/src/ci/spec_links.rs +++ b/xtask/src/ci/spec_links.rs @@ -18,7 +18,7 @@ const OLD_URL_WHITELIST: &[&str] = /// Authorized versions in URLs pointing to the new specs. const NEW_VERSION_WHITELIST: &[&str] = &[ - "v1.1", "v1.2", "v1.3", "v1.4", "v1.5", "v1.6", "v1.7", + "v1.1", "v1.2", "v1.3", "v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "latest", // This should only be enabled if a legitimate use case is found. // "unstable",