Skip to content

Commit 13dfdc9

Browse files
committed
bump Julia compat to 1.9
1 parent 9b26669 commit 13dfdc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.6'
18+
- '1.9'
1919
- '1' # automatically expands to the latest stable 1.x release of Julia
2020
- 'nightly'
2121
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ArrowTypes = "2.2"
2222
Parsers = "0.3, 1, 2"
2323
PrecompileTools = "1"
2424
StructTypes = "1.10"
25-
julia = "1.6"
25+
julia = "1.9"
2626

2727
[extras]
2828
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"

0 commit comments

Comments
 (0)