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

Specify minimum required version of Matlab #13

Open
Tracked by #8
alexdewar opened this issue Nov 27, 2024 · 3 comments
Open
Tracked by #8

Specify minimum required version of Matlab #13

alexdewar opened this issue Nov 27, 2024 · 3 comments
Labels
osb Related to the Open Source Booster programme

Comments

@alexdewar
Copy link
Collaborator

No description provided.

@alexdewar alexdewar mentioned this issue Nov 27, 2024
17 tasks
@djmaxus djmaxus added the osb Related to the Open Source Booster programme label Nov 27, 2024
@djmaxus
Copy link
Owner

djmaxus commented Nov 27, 2024

At the moment, it is specified in the workflow configuration only:

- uses: matlab-actions/setup-matlab@v2
        with:
          release: R2024a

Do you think it is worth mentioning somewhere in README or documentation?

@alexdewar
Copy link
Collaborator Author

@djmaxus I'd say yes, but it depends to what extent backwards compatibility is likely to be a problem. (From when I used Matlab before, I seem to remember breaking changes were fairly common.)

If you do want to support older versions then you can use a matrix strategy in your workflow: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow

@djmaxus
Copy link
Owner

djmaxus commented Dec 18, 2024

Matrix strategies for supported MATLAB versions, as well as other fine-tuning recommendations, should definitely be described in the documentation. I support this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
osb Related to the Open Source Booster programme
Projects
None yet
Development

No branches or pull requests

2 participants