Skip to content

Commit c3c3bf0

Browse files
michaelmcdonnellmwepaganon
authored andcommitted
Update MATLAB Docker Hub build pipelines to support MATLAB R2025a
1 parent 7b99449 commit c3c3bf0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-test-and-publish-matlab.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
matlab_release: [R2024b, R2024a, R2023b, R2023a]
40+
matlab_release:
41+
- R2025a
42+
- R2024b
43+
- R2024a
44+
- R2023b
45+
- R2023a
4146

4247
runs-on: ubuntu-latest-m
4348

0 commit comments

Comments
 (0)