Skip to content

Commit 4de5e4f

Browse files
Merge pull request #1 from davidbuzinski/add-unsupported-notice
2 parents f29c6be + 665f150 commit 4de5e4f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

user/languages/matlab.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ layout: en
1414
| [Default `install`](#dependency-management) | N/A |
1515
| [Default `script`](#default-build-script) | `matlab -batch "results = runtests('IncludeSubfolders',true); assertSuccess(results);" ` |
1616
| [Matrix keys](#build-matrix) | `matlab`, `env` |
17-
| Support | [MathWorks](mailto:[email protected]) |
1817

1918
Minimal example:
2019

@@ -25,19 +24,14 @@ language: matlab
2524
2625
</aside>
2726
28-
2927
This guide covers build environment and configuration topics specific to
3028
[MATLAB&reg;](https://www.mathworks.com/products/matlab.html) and [Simulink&reg;](https://www.mathworks.com/products/simulink.html) projects. Please make sure to read our
3129
[Tutorial](/user/tutorial/) and
3230
[general build configuration](/user/customizing-the-build/) guides first.
3331
3432
{: .warning}
35-
> Currently, MATLAB builds are available only for public projects in Linux&reg; environments.
36-
37-
38-
### Community-Supported Language
33+
> MATLAB builds are no longer supported and are available only for public projects in Linux&reg; environments. MATLAB releases beyond R2024a are not available for use.
3934
40-
The MATLAB language is maintained by MathWorks&reg;. If you have any questions or suggestions, please contact MathWorks at [[email protected]](mailto:[email protected]).
4135
4236
## Specify MATLAB Releases and Run Tests
4337
@@ -96,4 +90,4 @@ MATLAB exits with exit code 0 if the specified script, function, or statement ex
9690
## See Also
9791
[Continuous Integration with MATLAB and Simulink](https://www.mathworks.com/solutions/continuous-integration.html)<br/>
9892
[Continuous Integration (MATLAB)](https://www.mathworks.com/help/matlab/continuous-integration.html)<br/>
99-
[Continuous Integration (Simulink Test)](https://www.mathworks.com/help/sltest/continuous-integration.html)
93+
[Continuous Integration (Simulink Test)](https://www.mathworks.com/help/sltest/continuous-integration.html)

0 commit comments

Comments
 (0)