-
Notifications
You must be signed in to change notification settings - Fork 2
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
Run CI on 1.11 #90
Run CI on 1.11 #90
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #90 +/- ##
=======================================
Coverage 85.19% 85.19%
=======================================
Files 13 13
Lines 520 520
=======================================
Hits 443 443
Misses 77 77 ☔ View full report in Codecov by Sentry. |
acc2ac7
to
febbdaa
Compare
2a08079
to
4ba66f4
Compare
@@ -18,7 +18,7 @@ jobs: | |||
steps: | |||
- uses: julia-actions/setup-julia@v1 | |||
with: | |||
version: '1' | |||
version: '1.10' |
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.
same for invalidations here
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.
Invalidations are broken in 1.11 at the moment
Julia 1.11 was just released