mirror of
https://github.com/MillironX/XAM.jl.git
synced 2024-11-14 14:23:11 +00:00
Adjust test matrix
The Indexes package uses the Artifacts framework, which is first available in Julia v1.3.
This commit is contained in:
parent
30b27793ae
commit
9dec90fd9c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/UnitTests.yml
vendored
2
.github/workflows/UnitTests.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
julia-version:
|
||||
- '1.0' # LTS
|
||||
- '1.3' # The Indexes package uses the Artifacts framework, which is first available in Julia v1.3.
|
||||
- '1'
|
||||
julia-arch: [x64, x86]
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
|
|
@ -23,7 +23,7 @@ CodecBGZF = "0.1"
|
|||
GenomicFeatures = "2"
|
||||
Indexes = "0.2"
|
||||
TranscodingStreams = "0.6, 0.7, 0.8, 0.9"
|
||||
julia = "1"
|
||||
julia = "1.3"
|
||||
|
||||
[extras]
|
||||
FormatSpecimens = "3372ea36-2a1a-11e9-3eb7-996970b6ffbd"
|
||||
|
|
Loading…
Reference in a new issue