Skip to content

Commit 2f5c85e

Browse files
Skip adjoint tests entirely on Julia 1.12+ and add v1.11 to CI
- Skip entire adjoint test on Julia 1.12+ since SciMLSensitivity/Mooncake aren't installed - Add Julia 1.11 to all CI workflows (top-level and all sublibs) - This ensures we test on both v1.11 (with Enzyme) and v1.12+ (without Enzyme) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 55dcea2 commit 2f5c85e

12 files changed

+21
-16
lines changed

.github/workflows/CI_BracketingNonlinearSolve.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
version:
2626
- "1.10"
27+
- "1.11"
2728
- "1"
2829
os:
2930
- ubuntu-latest

.github/workflows/CI_NonlinearSolve.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- nopre
3939
version:
4040
- "1"
41+
- "1.11"
4142
- "lts"
4243
- "pre"
4344
os:

.github/workflows/CI_NonlinearSolveBase.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
matrix:
2424
version:
2525
- "1.10"
26+
- "1.11"
2627
- "1"
2728
os:
2829
- ubuntu-latest

.github/workflows/CI_NonlinearSolveFirstOrder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
version:
2626
- "1.10"
27+
- "1.11"
2728
- "1"
2829
os:
2930
- ubuntu-latest

.github/workflows/CI_NonlinearSolveHomotopyContinuation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
matrix:
2424
version:
2525
- "1.10"
26+
- "1.11"
2627
- "1"
2728
os:
2829
- ubuntu-latest

.github/workflows/CI_NonlinearSolveQuasiNewton.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
version:
2626
- "1.10"
27+
- "1.11"
2728
- "1"
2829
os:
2930
- ubuntu-latest

.github/workflows/CI_NonlinearSolveSciPy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
matrix:
2424
version:
2525
- "1.10"
26+
- "1.11"
2627
- "1"
2728
os:
2829
- ubuntu-latest

.github/workflows/CI_NonlinearSolveSpectralMethods.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
version:
2626
- "1.10"
27+
- "1.11"
2728
- "1"
2829
os:
2930
- ubuntu-latest

.github/workflows/CI_SCCNonlinearSolve.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
version:
2626
- "lts"
27+
- "1.11"
2728
- "1"
2829
os:
2930
- ubuntu-latest

.github/workflows/CI_SciMLJacobianOperators.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
matrix:
2323
version:
2424
- "1.10"
25+
- "1.11"
2526
- "1"
2627
os:
2728
- ubuntu-latest

0 commit comments

Comments
 (0)