From 9e1bf37f88cd5180599676fa8a21f876ea4726b6 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 25 Mar 2021 15:10:51 -0400 Subject: [PATCH] Update CI now that 1.6 has been released (#18) --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aef396c..91389ad 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 @@ -59,8 +58,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: - version: '^1.6.0-0' # delete this line once Julia 1.6 is released - # version: '1' # uncomment this line once Julia 1.6 is released + version: '1' - run: | julia --project=docs -e ' using Pkg