Skip to content

Commit c09037a

Browse files
authored
Merge pull request #178 from JuliaAstro/icweaver-patch-1
bump Julia versions
2 parents 6495ac8 + 7900bb1 commit c09037a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17+
- "min"
18+
- "1.11"
1719
- "1" # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
1820
- "pre"
1921
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
66

77
[compat]
88
TypedTables = "1.4.6"
9-
julia = "1.6"
9+
julia = "1.10"

0 commit comments

Comments
 (0)