Skip to content

Commit

Permalink
Merge pull request #12 from JuliaDataCubes/fm/up
Browse files Browse the repository at this point in the history
Up to Julia 1.6
  • Loading branch information
MartinuzziFrancesco authored May 10, 2022
2 parents 48565a5 + 4ae11ca commit d233815
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1'
- 'nightly'
- '1.6'
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -42,4 +41,4 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info
file: lcov.info
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[compat]
DataStructures = "0.17, 0.18"
Requires = "1"
julia = "^1"
julia = "1.6"

[extras]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
![Lifecycle](https://img.shields.io/badge/lifecycle-retired-orange.svg)
![Lifecycle](https://img.shields.io/badge/lifecycle-archived-red.svg)
![Lifecycle](https://img.shields.io/badge/lifecycle-dormant-blue.svg) -->
[![Build Status](https://travis-ci.com/meggart/YAXArrayBase.jl.svg?branch=master)](https://travis-ci.com/meggart/YAXArrayBase.jl)
[![codecov.io](http://codecov.io/github/meggart/YAXArrayBase.jl/coverage.svg?branch=master)](http://codecov.io/github/meggart/YAXArrayBase.jl?branch=master)
[![Build Status](https://travis-ci.com/JuliaDataCubes/YAXArrayBase.jl.svg?branch=master)](https://travis-ci.com/JuliaDataCubes/YAXArrayBase.jl)
[![codecov.io](http://codecov.io/github/JuliaDataCubes/YAXArrayBase.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaDataCubes/YAXArrayBase.jl?branch=master)

# YAXArrayBase

Expand Down

0 comments on commit d233815

Please sign in to comment.