-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update Julia compatibility to the new LTS version #69
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #69 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 217 217
=========================================
Hits 217 217 ☔ View full report in Codecov by Sentry. |
Is the Test workflow up-to-date? It should show "lts" and "1" as Julia versions. |
Great! done 😃 and please double-check on Bestie, because I think the default there is "1" instead of "lts" 😉 |
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.
I made a small fix. The full Test.yml works on both LTS and 1, but the PR only runs on "1". It is approved otherwise.
Thanks for the heads up on Bestie.
.github/workflows/TestOnPRs.yml
Outdated
@@ -21,7 +21,7 @@ jobs: | |||
uses: ./.github/workflows/ReusableTest.yml | |||
with: | |||
os: ubuntu-latest | |||
version: "1" | |||
version: "lts" |
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.
version: "lts" | |
version: "1" |
This should be "1", because we test only the latest on PRs.
Related issues
There is no related issue.
Checklist