diff --git a/projects/materialize.com/package.yml b/projects/materialize.com/package.yml index 6e17dd3b..39af896c 100644 --- a/projects/materialize.com/package.yml +++ b/projects/materialize.com/package.yml @@ -35,5 +35,8 @@ build: test: script: - # The CLI is versioned independently of the repo's releases - - test "$(mz --version)" = "mz 0.1.3" + # FIXME: The CLI is versioned independently of the repo's releases + - run: test "$(mz --version)" = "mz 0.1.3" + if: <0.69.1 + - run: test "$(mz --version)" = "mz 0.2.1" + if: ^0.69.1