diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8662ae19..73e92b57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: matrix: version: - '1.6' # current stable - - '1.0' # lts os: - ubuntu-latest - macOS-latest diff --git a/Project.toml b/Project.toml index 687638e2..8fa8056c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Atom" uuid = "c52e3926-4ff0-5f6e-af25-54175e0327b1" -version = "0.12.30" +version = "0.12.31" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -57,7 +57,7 @@ Traceur = "^0.3" TreeViews = "^0.3.0" WebIO = "^0.8.1" WebSockets = "^1.5" -julia = "0.7, 1" +julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"