We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I test most of my packages on many versions of Julia
matrix: version: - 'min' - 'lts' - '1' - 'pre' - 'nightly'
However, sometimes these overlap. Right now, 1 and pre are the same and I run tests twice for that version. I'd like to skip one of those.
1
pre
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I test most of my packages on many versions of Julia
However, sometimes these overlap. Right now,
1
andpre
are the same and I run tests twice for that version. I'd like to skip one of those.The text was updated successfully, but these errors were encountered: