Skip to content

Commit df62ae8

Browse files
Updates to Julia 1.6
1 parent 48565a5 commit df62ae8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1'
16+
- '1.6'
1717
- 'nightly'
1818
os:
1919
- ubuntu-latest
@@ -42,4 +42,4 @@ jobs:
4242
- uses: julia-actions/julia-processcoverage@v1
4343
- uses: codecov/codecov-action@v1
4444
with:
45-
file: lcov.info
45+
file: lcov.info

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1212
[compat]
1313
DataStructures = "0.17, 0.18"
1414
Requires = "1"
15-
julia = "^1"
15+
julia = "1.6"
1616

1717
[extras]
1818
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
![Lifecycle](https://img.shields.io/badge/lifecycle-retired-orange.svg)
66
![Lifecycle](https://img.shields.io/badge/lifecycle-archived-red.svg)
77
![Lifecycle](https://img.shields.io/badge/lifecycle-dormant-blue.svg) -->
8-
[![Build Status](https://travis-ci.com/meggart/YAXArrayBase.jl.svg?branch=master)](https://travis-ci.com/meggart/YAXArrayBase.jl)
9-
[![codecov.io](http://codecov.io/github/meggart/YAXArrayBase.jl/coverage.svg?branch=master)](http://codecov.io/github/meggart/YAXArrayBase.jl?branch=master)
8+
[![Build Status](https://travis-ci.com/JuliaDataCubes/YAXArrayBase.jl.svg?branch=master)](https://travis-ci.com/JuliaDataCubes/YAXArrayBase.jl)
9+
[![codecov.io](http://codecov.io/github/JuliaDataCubes/YAXArrayBase.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaDataCubes/YAXArrayBase.jl?branch=master)
1010

1111
# YAXArrayBase
1212

0 commit comments

Comments
 (0)