We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6495ac8 + 7900bb1 commit c09037aCopy full SHA for c09037a
.github/workflows/CI.yml
@@ -14,6 +14,8 @@ jobs:
14
fail-fast: false
15
matrix:
16
version:
17
+ - "min"
18
+ - "1.11"
19
- "1" # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
20
- "pre"
21
os:
Project.toml
@@ -6,4 +6,4 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
6
7
[compat]
8
TypedTables = "1.4.6"
9
-julia = "1.6"
+julia = "1.10"
0 commit comments