Skip to content

Commit 27b91be

Browse files
committed
require Julia 1.6+
1 parent 642b21a commit 27b91be

File tree

10 files changed

+9
-14
lines changed

10 files changed

+9
-14
lines changed

.github/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
comment: false
12
coverage:
23
status:
34
project:

.github/workflows/ci.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ on:
88
- cron: '0 0 1 * *'
99
jobs:
1010
test:
11-
name: Test on ${{ matrix.name }}
11+
name: ${{ matrix.name }}
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
fail-fast: false
1515
matrix:
1616
include:
1717
- name: Julia LTS / Linux 64bit
18-
version: '1.0'
18+
version: '1.6'
1919
os: ubuntu-latest
2020
arch: x64
2121
- name: Julia LTS / Linux 32bit
22-
version: '1.0'
22+
version: '1.6'
2323
os: ubuntu-latest
2424
arch: x86
2525
- name: Julia Stable / Linux 64bit
@@ -69,22 +69,16 @@ jobs:
6969
- uses: julia-actions/julia-buildpkg@v1
7070
- uses: julia-actions/julia-runtest@v1
7171
- uses: julia-actions/julia-processcoverage@v1
72-
- uses: codecov/codecov-action@v1
72+
- uses: codecov/codecov-action@v2
7373
with:
7474
file: lcov.info
75-
doc:
75+
docs:
7676
name: Documentation
7777
runs-on: ubuntu-latest
7878
steps:
7979
- uses: actions/checkout@v2
8080
- uses: julia-actions/setup-julia@v1
81-
with:
82-
version: '1'
83-
- run: |
84-
julia --project=doc -e '
85-
using Pkg
86-
Pkg.develop(PackageSpec(path=pwd()))
87-
Pkg.instantiate()'
88-
- run: julia --project=doc doc/make.jl
81+
- uses: julia-actions/julia-buildpkg@v1
82+
- uses: julia-actions/julia-docdeploy@v1
8983
env:
9084
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ version = "0.7.2"
77
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
88

99
[compat]
10-
julia = "1"
10+
julia = "1.6"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)