Skip to content

Commit 924232d

Browse files
committed
250924.093629.CST update workflows to include MATLAB R2025b where appropriate
1 parent 6ca87a7 commit 924232d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/compile_mex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# The matrix is the same as that of test_matlab.yml
3333
matrix:
3434
os: [ubuntu-22.04, ubuntu-latest, macos-13, windows-2022, windows-latest]
35-
matlab: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a, R2024b, R2025a, latest]
35+
matlab: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a, R2024b, R2025a, R2025b, latest]
3636

3737
exclude:
3838

.github/workflows/test_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# The matrix is the same as that of compile_mex.yml. We intend to test all supported combinations.
2929
matrix:
3030
os: [ubuntu-22.04, ubuntu-latest, macos-13, windows-2022, windows-latest]
31-
matlab: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a, R2024b, R2025a, latest]
31+
matlab: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a, R2024b, R2025a, R2025b, latest]
3232

3333
exclude:
3434

.github/workflows/verify_archiva.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os: [ubuntu-latest]
34-
# Do NOT use MATLAB R2025a due to its bug.
34+
# Do NOT use MATLAB R2025a/b due to its bug.
3535
# See https://www.mathworks.com/matlabcentral/answers/2178414-bug-matlab-2025a-segfaults-on-ubuntu-when-handling-fortran-mex-files-with-internal-subroutines
3636
matlab: [R2024b]
3737
solver: [newuoa, cobyla, lincoa, bobyqa, uobyqa]

0 commit comments

Comments
 (0)