Skip to content

Commit e313855

Browse files
authored
Do not run MATLAB tests on matlab latest/2023b version (#1496)
* Do not run MATLAB tests on matlab latest version Workaround for matlab-actions/run-command#43
1 parent 16e62fd commit e313855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/matlab-one-line-install-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-22.04, macos-latest, windows-latest]
27-
matlab_version: [R2022a, R2022b, latest]
27+
matlab_version: [R2022a, R2022b, R2023a]
2828
exclude:
2929
# R2020* is not supported on Windows on GitHub Actions
3030
- os: windows-latest

0 commit comments

Comments
 (0)