ci: Add support for Matrix v1.4 links

This commit is contained in:
Kévin Commaille 2022-09-30 16:52:16 +02:00 committed by Kévin Commaille
parent ef2afd9f6e
commit 106527ec7e

View File

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