Skip to content

Commit 6797fce

Browse files
Merge branch 'master' into dev
2 parents ad70695 + 4d3b9bb commit 6797fce

File tree

86 files changed

+1370
-293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1370
-293
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ jobs:
3636
- wrappers
3737
- misc
3838
- nopre
39+
- trim
3940
version:
4041
- "1"
42+
- "1.11"
4143
- "lts"
4244
- "pre"
4345
os:
@@ -47,6 +49,11 @@ jobs:
4749
# Don't run nopre tests on prerelease Julia
4850
- group: nopre
4951
version: "pre"
52+
# Don't run trim tests on Julia versions below 1.12
53+
- group: trim
54+
version: "1.11"
55+
- group: trim
56+
version: "lts"
5057
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
5158
with:
5259
julia_version: ${{ matrix.version }}

.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)