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 <proton@jling.dev>
This commit is contained in:
Simon Christ 2021-12-01 22:24:57 +01:00 committed by GitHub
parent b1c56126fb
commit ca0e52b622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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