From 7b0999ca627eda9251f6ce12ea9a5fae11ceb18e Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Mon, 22 Mar 2021 17:18:21 -0400 Subject: [PATCH] Update ci.yml (#50) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb8abaa..78ac09f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,9 @@ jobs: fail-fast: false matrix: version: - - '^1.6.0-0' + - '^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 - 'nightly' os: - ubuntu-latest