Skip to content

Commit e914704

Browse files
committed
Continue with '1.6' instead of 'min' for now because of a method
ambiguity in Arrow on 1.6.0.
1 parent 5d0f595 commit e914704

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
version:
15-
- 'min'
15+
# FIXME! Switch from 1.6 to 'min' once we require a higher minimum
16+
# We can't switch yet as there is a method ambiguity for a depndency
17+
# in version 1.6.0.
18+
- '1.6'
1619
- 'lts'
1720
- '1' # automatically expands to the latest stable 1.x release of Julia
1821
- 'pre'

0 commit comments

Comments
 (0)