We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b573f7 commit 2f0b03cCopy full SHA for 2f0b03c
.github/workflows/run_toolbox_tests.yml
@@ -16,7 +16,10 @@ jobs:
16
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
17
- name: Set up MATLAB
18
# This uses the latest release of MATLAB. Can specify "release" if needed.
19
- uses: matlab-actions/setup-matlab@v1
+ 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
23
24
- name: Print out ver details
25
uses: matlab-actions/run-command@v1
0 commit comments