Skip to content

Commit

Permalink
Merge pull request #84 from JuliaMath/lts
Browse files Browse the repository at this point in the history
Update to new LTS
  • Loading branch information
ChrisRackauckas authored Jan 22, 2025
2 parents c41a7de + 97f9846 commit 1fde86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.6', '1', 'nightly'] # Test against LTS, current minor release, and nightly
version: ['1.10', '1', 'pre'] # Test against LTS, current minor release, and pre-releases
os:
- ubuntu-latest
- macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name = "NaNMath"
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
repo = "https://github.com/JuliaMath/NaNMath.jl.git"
authors = ["Miles Lubin"]
version = "1.0.3"
version = "1.1.0"

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

[compat]
julia = "1.6"
julia = "1.10"

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

0 comments on commit 1fde86f

Please sign in to comment.