From ca0e52b6222926706671965a43ffed2f8b5c69eb Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 1 Dec 2021 22:24:57 +0100 Subject: [PATCH] test on 1.6 also (#3966) * test on 1.6 also * Update ci.yml * Update ci.yml * Update ci.yml * Update ci.yml live up to the claimed `[compat]` * change matrix * remove ifs * update include * split include array Co-authored-by: Jerry Ling --- .github/workflows/ci.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfd70db1..b4bb7aee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,18 +22,23 @@ jobs: fail-fast: false matrix: version: - - '1' + - '1.5' + - '1.6' - 'nightly' os: - ubuntu-latest - - windows-latest - - macos-latest arch: - x64 # - x86 + include: + - version: '1' + os: ubuntu-latest + - version: '1' + os: windows-latest + - version: '1' + os: macos-latest steps: - # Setup environment - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@latest