Skip to content

Commit c130e87

Browse files
committed
fix verify in Julia 1.3
1 parent 48f894d commit c130e87

File tree

1 file changed

+2
-2
lines changed
  • tests/julia/project-binder-dir

1 file changed

+2
-2
lines changed

tests/julia/project-binder-dir/verify

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env julia
22

3-
if VERSION != v"1.3.1"
4-
println("Julia version should be 1.3.1")
3+
if VERSION != v"1.3"
4+
println("Julia version should be 1.3, got $VERSION")
55
exit(1)
66
end
77

0 commit comments

Comments
 (0)