Skip to content

Commit 909615b

Browse files
committed
Update to Julia 1.7.
1 parent 99a8e75 commit 909615b

File tree

4 files changed

+73
-90
lines changed

4 files changed

+73
-90
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: julia-actions/setup-julia@v1
1818
with:
19-
version: '1'
19+
version: '1.7' # Keep in sync with .github/workflows/pkg-update.yml
2020
- name: Install dependencies
2121
run: julia --project -e 'using Pkg; Pkg.instantiate()'
2222
- name: Build and deploy

.github/workflows/pkg-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ssh-key: ${{ secrets.DOCUMENTER_KEY_NO_BASE64 }}
1313
- uses: julia-actions/setup-julia@v1
1414
with:
15-
version: '1' # Keep in sync with version that builds docs
15+
version: '1.7' # Keep in sync with .github/workflows/ci.yml
1616
- name: 'Pkg.update'
1717
run: |
1818
julia --project=. -e 'using Pkg; Pkg.update()'

0 commit comments

Comments
 (0)