Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc with MATLAB support notice #3362

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions user/languages/matlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ layout: en
| [Default `install`](#dependency-management) | N/A |
| [Default `script`](#default-build-script) | `matlab -batch "results = runtests('IncludeSubfolders',true); assertSuccess(results);" ` |
| [Matrix keys](#build-matrix) | `matlab`, `env` |
| Support | [MathWorks](mailto:[email protected]) |

Minimal example:

Expand All @@ -25,19 +24,14 @@ language: matlab

</aside>


This guide covers build environment and configuration topics specific to
[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
[Tutorial](/user/tutorial/) and
[general build configuration](/user/customizing-the-build/) guides first.

{: .warning}
> Currently, MATLAB builds are available only for public projects in Linux&reg; environments.


### Community-Supported Language
> 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.

The MATLAB language is maintained by MathWorks&reg;. If you have any questions or suggestions, please contact MathWorks at [[email protected]](mailto:[email protected]).

## Specify MATLAB Releases and Run Tests

Expand Down Expand Up @@ -96,4 +90,4 @@ MATLAB exits with exit code 0 if the specified script, function, or statement ex
## See Also
[Continuous Integration with MATLAB and Simulink](https://www.mathworks.com/solutions/continuous-integration.html)<br/>
[Continuous Integration (MATLAB)](https://www.mathworks.com/help/matlab/continuous-integration.html)<br/>
[Continuous Integration (Simulink Test)](https://www.mathworks.com/help/sltest/continuous-integration.html)
[Continuous Integration (Simulink Test)](https://www.mathworks.com/help/sltest/continuous-integration.html)