Browse Source

Run documentation build on 1.10.

pull/17/head
Fredrik Ekre 2 years ago
parent
commit
aadcacac25
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 3
      .github/workflows/CI.yml
  2. 21
      docs/Manifest.toml

3
.github/workflows/CI.yml

@ -18,6 +18,7 @@ jobs: @@ -18,6 +18,7 @@ jobs:
- '1.6'
- '1.7'
- '1.8'
- '1.9'
- '1'
- 'nightly'
os:
@ -51,7 +52,7 @@ jobs: @@ -51,7 +52,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.10'
- uses: actions/cache@v3
with:
path: |

21
docs/Manifest.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised
julia_version = "1.9.4"
julia_version = "1.10.2"
manifest_format = "2.0"
project_hash = "53cbdb0f6aa70ecb8ff1b1f6baa22bced23c24e5"
@ -115,9 +115,14 @@ uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0" @@ -115,9 +115,14 @@ uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
version = "8.4.0+0"
[[deps.LibGit2]]
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
[[deps.LibGit2_jll]]
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
version = "1.6.4+0"
[[deps.LibSSH2_jll]]
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
@ -154,14 +159,14 @@ version = "1.1.9" @@ -154,14 +159,14 @@ version = "1.1.9"
[[deps.MbedTLS_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
version = "2.28.2+0"
version = "2.28.2+1"
[[deps.Mmap]]
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
[[deps.MozillaCACerts_jll]]
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
version = "2022.10.11"
version = "2023.1.10"
[[deps.NetworkOptions]]
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
@ -188,7 +193,7 @@ version = "2.8.0" @@ -188,7 +193,7 @@ version = "2.8.0"
[[deps.Pkg]]
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
version = "1.9.2"
version = "1.10.0"
[[deps.PrecompileTools]]
deps = ["Preferences"]
@ -217,7 +222,7 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"] @@ -217,7 +222,7 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
[[deps.Random]]
deps = ["SHA", "Serialization"]
deps = ["SHA"]
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[[deps.RegistryInstances]]
@ -279,7 +284,7 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" @@ -279,7 +284,7 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[[deps.Zlib_jll]]
deps = ["Libdl"]
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
version = "1.2.13+0"
version = "1.2.13+1"
[[deps.nghttp2_jll]]
deps = ["Artifacts", "Libdl"]
@ -289,4 +294,4 @@ version = "1.52.0+1" @@ -289,4 +294,4 @@ version = "1.52.0+1"
[[deps.p7zip_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
version = "17.4.0+0"
version = "17.4.0+2"

Loading…
Cancel
Save