ci: Allow Matrix v1.5 links
This commit is contained in:
parent
9c46d1143d
commit
5f8e72feac
@ -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(())
|
||||
|
Loading…
x
Reference in New Issue
Block a user