diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index 4c92446..2715dc1 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -14,6 +14,8 @@ jobs: - "1.6" - "1.7" - "1.8" + - "1.9" + - "1.10" julia-arch: - x64 os: diff --git a/Project.toml b/Project.toml index 328f253..1b205ad 100644 --- a/Project.toml +++ b/Project.toml @@ -16,4 +16,4 @@ IterTools = "1.3" PrettyTables = "1.0, 2.0" StructArrays = "0.4, 0.5, 0.6" Tables = "1.1" -julia = "1.6,1.7,1.8" +julia = "1.6,1.7,1.8,1.9,1.10"