-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
remove support for 1.6 LTS #74
Conversation
Agreed. Ain't nobody got time for that. To get rid of those "Julia CI (1.6, [...]) Expected --- Waiting for status to be reported", remove the checks from the branch protection rules in the settings (Settings -> Branches -> Branch Protection Rules -> main -> Edit and modify the "Status checks that are required." area there. |
Maybe also put it in the |
And also write it somewhere in the top of the documentation what is the least required Julia version. Otherwise, people will be confused when they get an old version of |
Yes it does work on Julia 1.7.
Sure! |
Co-authored-by: Rik Huijzer <rikhuijzer@pm.me>
Ok, approve it and we can enable auto-merge. |
This removes supports for Julia 1.6 LTS and updates the
CI.yml
to use the latest Julia stable release.