diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5824fb1d1..769a917bd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,6 +14,8 @@ jobs: fail-fast: false matrix: version: + - "min" + - "1.11" - "1" # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. - "pre" os: diff --git a/Project.toml b/Project.toml index 9827c2afb..40532d451 100644 --- a/Project.toml +++ b/Project.toml @@ -6,4 +6,4 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9" [compat] TypedTables = "1.4.6" -julia = "1.6" +julia = "1.10"