File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
strategy :
12
12
fail-fast : false
13
13
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
15
15
os : [ubuntu-latest]
16
16
arch : [x64]
17
17
include :
18
18
# Also test against 32-bit Linux on LTS.
19
- - version : ' 1.0 '
19
+ - version : ' 1.6 '
20
20
os : ubuntu-latest
21
21
arch : x86
22
22
steps :
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name = "NaNMath"
2
2
uuid = " 77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
3
3
repo = " https://github.com/mlubin/NaNMath.jl.git"
4
4
authors = [" Miles Lubin" ]
5
- version = " 0.3.7 "
5
+ version = " 1.0.0 "
6
6
7
7
[deps ]
8
8
9
9
[compat ]
10
- julia = " 1"
10
+ julia = " 1.6 "
11
11
12
12
[extras ]
13
13
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
You can’t perform that action at this time.
0 commit comments