Skip to content

Commit 3c635e7

Browse files
No v1.6
1 parent c9adc52 commit 3c635e7

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- Core
2121
version:
2222
- '1'
23-
- '1.6'
2423
steps:
2524
- uses: actions/checkout@v4
2625
- uses: julia-actions/setup-julia@v1

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
GROUP: ${{ matrix.package.group }}
1414
strategy:
1515
matrix:
16-
julia-version: [1,1.6]
16+
julia-version: [1]
1717
os: [ubuntu-latest]
1818
package:
1919
- {user: SciML, repo: SciMLBase.jl, group: Core}

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "1.0.0"
66
[deps]
77

88
[compat]
9-
julia = "1.6"
9+
julia = "1.10"
1010

1111
[extras]
1212
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ makedocs(modules = [SciMLStructures],
1616
clean = true,
1717
doctest = false,
1818
linkcheck = true,
19-
warnonly = [:missing_docs],
19+
warnonly = [:missing_docs, :cross_references, :linkcheck],
2020
format = Documenter.HTML(assets = ["assets/favicon.ico"],
2121
canonical = "https://docs.sciml.ai/SciMLStructures/stable/"),
2222
pages = pages)

0 commit comments

Comments
 (0)