-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop support for Julia 1.6 #1549
Conversation
Maybe the are some |
.github/workflows/ci.yml
Outdated
@@ -17,7 +17,7 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
version: | |||
- '1.6' # Replace this with the minimum Julia version that your package supports. | |||
- '1.10' # Replace this with the minimum Julia version that your package supports. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could update setup-julia to v2 and use
- '1.10' # Replace this with the minimum Julia version that your package supports. | |
- 'min' |
@@ -17,7 +17,7 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
version: | |||
- '1.6' # Replace this with the minimum Julia version that your package supports. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While we're modifying CI config, could we bump the versions of actions and switch over to the more useful https://github.com/julia-actions/cache?
Should we merge this PR? I can then add a parallelized testing which would be much easier with Julia 1.9+. |
No very strong reason, could wait until someone has a bug which is simpler to solve without fixing 1.6