ci: Allow Matrix v1.5 links

This commit is contained in:
Kévin Commaille 2022-11-25 13:39:38 +01:00 committed by Kévin Commaille
parent 9c46d1143d
commit 5f8e72feac

View File

@ -18,6 +18,7 @@ pub(crate) fn check_spec_links(path: &Path) -> Result<()> {
|| s.starts_with("v1.2")
|| s.starts_with("v1.3")
|| s.starts_with("v1.4")
|| s.starts_with("v1.5")
|| s.starts_with("unstable")
})?;
Ok(())