mirror of
https://github.com/MillironX/XAM.jl.git
synced 2024-12-23 13:28:16 +00:00
Add LTS release to test matrix
This commit is contained in:
parent
c7114bce16
commit
dc0992ff54
1 changed files with 1 additions and 0 deletions
1
.github/workflows/UnitTests.yml
vendored
1
.github/workflows/UnitTests.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
julia-version:
|
julia-version:
|
||||||
- '1.0' # LTS
|
- '1.0' # LTS
|
||||||
|
- '1.6' # LTS
|
||||||
- '1'
|
- '1'
|
||||||
julia-arch: [x64, x86]
|
julia-arch: [x64, x86]
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
Loading…
Reference in a new issue