Skip to content

Commit

Permalink
Fix tests on 1.7 and run CI on 1.6 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Feb 2, 2022
1 parent 471046d commit 3cd646e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
version:
- '1.0'
- '1.6'
- '1'
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ module Callers

f(x) = rand()
function g()
x = sin(π/2)
x = sin(rand())
y = f(x)
z = round(Int, x)
y = f(z)
Expand Down

0 comments on commit 3cd646e

Please sign in to comment.