Skip to content

Commit 2f0b03c

Browse files
authored
Update run_toolbox_tests.yml
Switch toolbox tests to run with prerelease of new MATLAB version as soon as it's available.
1 parent 3b573f7 commit 2f0b03c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run_toolbox_tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
1717
- name: Set up MATLAB
1818
# This uses the latest release of MATLAB. Can specify "release" if needed.
19-
uses: matlab-actions/setup-matlab@v1
19+
uses: matlab-actions/setup-matlab@v2
20+
with:
21+
# Run tests with prerelease as soon as available; switch to GR once it's live
22+
release: latest-including-prerelease
2023

2124
- name: Print out ver details
2225
uses: matlab-actions/run-command@v1

0 commit comments

Comments
 (0)