File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- version : ['1.0 ', '1'] # Test against LTS and current minor release
14+ version : ['1.6 ', '1'] # Test against LTS and current minor release
1515 os : [ubuntu-latest]
1616 arch : [x64]
1717 include :
1818 # Also test against 32-bit Linux on LTS.
19- - version : ' 1.0 '
19+ - version : ' 1.6 '
2020 os : ubuntu-latest
2121 arch : x86
2222 steps :
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name = "NaNMath"
22uuid = " 77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
33repo = " https://github.com/mlubin/NaNMath.jl.git"
44authors = [" Miles Lubin" ]
5- version = " 0.3.7 "
5+ version = " 1.0.0 "
66
77[deps ]
88
99[compat ]
10- julia = " 1"
10+ julia = " 1.6 "
1111
1212[extras ]
1313Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
You can’t perform that action at this time.
0 commit comments