Skip to content

Commit 97f9846

Browse files
Update to new LTS
1 parent c41a7de commit 97f9846

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
version: ['1.6', '1', 'nightly'] # Test against LTS, current minor release, and nightly
14+
version: ['1.10', '1', 'pre'] # Test against LTS, current minor release, and pre-releases
1515
os:
1616
- ubuntu-latest
1717
- macOS-latest

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name = "NaNMath"
22
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
33
repo = "https://github.com/JuliaMath/NaNMath.jl.git"
44
authors = ["Miles Lubin"]
5-
version = "1.0.3"
5+
version = "1.1.0"
66

77
[deps]
88
OpenLibm_jll = "05823500-19ac-5b8b-9628-191a04bc5112"
99

1010
[compat]
11-
julia = "1.6"
11+
julia = "1.10"
1212

1313
[extras]
1414
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)