Skip to content

Commit

Permalink
Bump 1.0 to 1.6 LTS. Prep for v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlubin committed Feb 16, 2022
1 parent 027ab12 commit b0298e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.0', '1'] # Test against LTS and current minor release
version: ['1.6', '1'] # Test against LTS and current minor release
os: [ubuntu-latest]
arch: [x64]
include:
# Also test against 32-bit Linux on LTS.
- version: '1.0'
- version: '1.6'
os: ubuntu-latest
arch: x86
steps:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name = "NaNMath"
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
repo = "https://github.com/mlubin/NaNMath.jl.git"
authors = ["Miles Lubin"]
version = "0.3.7"
version = "1.0.0"

[deps]

[compat]
julia = "1"
julia = "1.6"

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

0 comments on commit b0298e3

Please sign in to comment.