SKopecz / PositiveIntegrators.jl

A Julia library of positivity-preserving time integration methods
https://skopecz.github.io/PositiveIntegrators.jl/
MIT License
13 stars 4 forks source link

bump minimum Julia version #37

Closed ranocha closed 5 months ago

ranocha commented 5 months ago

Recent Ci failures such as https://github.com/SKopecz/PositiveIntegrators.jl/actions/runs/8415189625/job/23039967577 are caused by issues with LinearSolve.jl. The problems ar fixed in newer versions of LinearSolve.jl, but these are not compatible with Julia v1.7. Thus, we bump the required Julia version of PositiveIntegrators.jl, too.

Edit: Julia v1.8 does not work either...

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.14%. Comparing base (8ab284e) to head (e278da5). Report is 2 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #37 +/- ## ======================================= Coverage 98.14% 98.14% ======================================= Files 4 4 Lines 378 378 ======================================= Hits 371 371 Misses 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.