Introduce a new field named test-with (or an alternative name, feel free to suggest another) in the juvix.yaml configuration file. This addition allows users to specify the necessary Juvix version for compilation and typechecking, with the expectation of testing the codebase at minimum. This improvement streamlines the process of testing the codebase using different Juvix versions and helps identify potential breaking changes in the compiler.
Expected shape of the juvix.yaml file:
name: Your project name here
test-with: 0.3.3