Skip to content

Commit 1d72715

Browse files
authored
Bump 1.0 to 1.6 LTS. Prep for v1.0 (#54)
1 parent 027ab12 commit 1d72715

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff 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:

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name = "NaNMath"
22
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
33
repo = "https://github.com/mlubin/NaNMath.jl.git"
44
authors = ["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]
1313
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)