Skip to content

Commit 00b69f7

Browse files
update julia version for CI and docs
1 parent b2c4b64 commit 00b69f7

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/CI_ecosystem.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.7.3'
21+
- '1'
22+
- '1.9'
2223
os:
2324
- ubuntu-latest
2425
- macos-latest
@@ -42,4 +43,4 @@ jobs:
4243
- uses: julia-actions/julia-processcoverage@v1
4344
- uses: codecov/codecov-action@v2
4445
with:
45-
file: lcov.info
46+
file: lcov.info

.github/workflows/CI_extended.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
matrix:
2020
version:
2121
- '1'
22+
- '1.9'
2223
os:
2324
- ubuntu-latest
2425
- macos-latest
@@ -42,4 +43,4 @@ jobs:
4243
- uses: julia-actions/julia-processcoverage@v1
4344
- uses: codecov/codecov-action@v2
4445
with:
45-
file: lcov.info
46+
file: lcov.info

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: julia-actions/setup-julia@latest
1919
with:
20-
version: '1.7.2'
20+
version: '1'
2121
- name: Install dependencies
2222
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2323
- name: Build and deploy

.github/workflows/preview-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: julia-actions/setup-julia@latest
1818
with:
19-
version: '1.6'
19+
version: '1'
2020
- name: Install dependencies
2121
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2222
- name: Build and deploy
@@ -36,4 +36,4 @@ jobs:
3636
owner: context.repo.owner,
3737
repo: context.repo.repo,
3838
body: 'Docs can be previewed here: ${{ env.GHP_URL }}previews/PR${{ env.PR_NUMBER }}'
39-
})
39+
})

0 commit comments

Comments
 (0)