Add latest stable Julia version to CI testing
This commit is contained in:
parent
aeaba5e277
commit
94e4346d2e
1 changed files with 4 additions and 3 deletions
7
.github/workflows/CI.yml
vendored
7
.github/workflows/CI.yml
vendored
|
@ -10,9 +10,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
version:
|
||||
- '1.0'
|
||||
- '1.6'
|
||||
- 'nightly'
|
||||
- '1.0' # old LTS
|
||||
- '1.6' # new LTS
|
||||
- '1' # Latest stable
|
||||
- 'nightly' # 'nuf said
|
||||
os:
|
||||
- ubuntu-latest
|
||||
arch:
|
||||
|
|
Loading…
Reference in a new issue