sethaxen / ExponentialAction.jl

Compute the action of the matrix exponential
MIT License
24 stars 0 forks source link

Bump minimum supported Julia version to 1.6 #14

Closed sethaxen closed 2 years ago

sethaxen commented 2 years ago

Because some AD packages only work correctly on more recent Julia versions, to really test against these packages, we need to only test more recent versions. Instead of claiming to support Julia versions that we don't test, this PR bumps the minimum Julia version to the LTS (~1 year old).

Here we also decrease the number of CI runs to in general only test on pull.

codecov[bot] commented 2 years ago

Codecov Report

Merging #14 (0f7298f) into main (c90a58d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #14   +/-   ##
=======================================
  Coverage   98.70%   98.70%           
=======================================
  Files           4        4           
  Lines          77       77           
=======================================
  Hits           76       76           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c90a58d...0f7298f. Read the comment docs.