Skip to content

Commit 56895d1

Browse files
authored
Require Julia v1.7 (#1150)
* Require Julia v1.7 * Test on Julia v1.7 * [AutoBuild] Improve `get_next_wrapper_version` * Bump version to v0.5.0 * [CI] Update registry before building documentation
1 parent f71ea0a commit 56895d1

File tree

5 files changed

+148
-117
lines changed

5 files changed

+148
-117
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: julia-actions/setup-julia@latest
1919
with:
20-
version: "1.6"
20+
version: "1.7"
2121
- uses: julia-actions/cache@v1
2222
with:
2323
cache-registries: "true"
2424
- name: Install dependencies
2525
shell: julia --color=yes --project=docs/ {0}
2626
run: |
2727
using Pkg
28+
Pkg.Registry.update()
2829
Pkg.develop(PackageSpec(path=pwd()))
2930
Pkg.instantiate()
3031
- uses: julia-actions/julia-docdeploy@releases/v1

0 commit comments

Comments
 (0)