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

Request R2024b prerelease #117

Open
scivision opened this issue Jun 21, 2024 · 1 comment
Open

Request R2024b prerelease #117

scivision opened this issue Jun 21, 2024 · 1 comment
Assignees

Comments

@scivision
Copy link

Requesting option for R2024b prerelease.

@davidbuzinski
Copy link
Contributor

davidbuzinski commented Jul 17, 2024

Hi @scivision ,

We currently provide undocumented support for prerelease using the latest-including-prerelease keyword. This keyword will flip to 24b GR when it is released at the same time that the latest release keyword switches over. The release installed with latest-including-prereleases will always be our latest release, including any prereleases.

Please note that this API is currently undocumented and subject to change, but I will keep this issue open and close it when we document it. I will also provide updates here if the API changes.

Here is some sample yaml that should work to install the 24b prerelease using our actions:

on: [push]
jobs: 
  my-job:
    name: Run Build
    runs-on: ubuntu-24.04
    steps: 
      - name: Check out repository
        uses: actions/checkout@v4
      - name: Setup MATLAB
        uses: matlab-actions/setup-matlab@v2
        with:
          release: latest-including-prerelease
      - name: Run command
        uses: matlab-actions/run-command@v2
        with:
          command: ver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants