Skip to content

Commit

Permalink
fix bounds, remove tests on Julia nightly
Browse files Browse the repository at this point in the history
(testing on nightly is not recommended)
  • Loading branch information
tpapp committed Mar 27, 2024
1 parent 0051b46 commit 5632f5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- '1.0'
- '1.6'
- '1' # latest stable version
- 'nightly'
os:
- ubuntu-latest
#- macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.6.2"
[compat]
julia = "0.7, 1"
Aqua = "0.8"
JET = "0.01, 0.4, 0.8"
JET = "0.0.1, 0.4, 0.8"
LinearAlgebra = "1"
OffsetArrays = "1"
StaticArrays = "1"
Expand Down

0 comments on commit 5632f5c

Please sign in to comment.