From 1c5e176a3b3b14146bb68ea3083eb5364ba4d8e1 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 25 Mar 2021 15:40:51 -0400 Subject: [PATCH] Update CI now that 1.6 has been released (#59) --- .github/workflows/ci.yml | 5 ++--- Project.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78ac09f..b58d1bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,8 @@ jobs: fail-fast: false matrix: version: - - '^1.6.0-0' # delete this line once Julia 1.6 is released - # - '1.6' # uncomment this line once Julia 1.6 is released - # - '1' # uncomment this line once Julia 1.6 is released + - '1.6' + - '1' - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 60d052e..32492ae 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GitCommand" uuid = "49b5b516-ca3f-4003-a081-42bdcf55082d" authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics"] -version = "3.0.0" +version = "3.0.1" [deps] Git_jll = "f8c6e375-362e-5223-8a59-34ff63f689eb"