Skip to content

Commit

Permalink
Do not run MATLAB tests on matlab latest/2023b version (#1496)
Browse files Browse the repository at this point in the history
* Do not run MATLAB tests on matlab latest version

Workaround for matlab-actions/run-command#43
  • Loading branch information
traversaro authored Oct 12, 2023
1 parent 16e62fd commit e313855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matlab-one-line-install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-latest, windows-latest]
matlab_version: [R2022a, R2022b, latest]
matlab_version: [R2022a, R2022b, R2023a]
exclude:
# R2020* is not supported on Windows on GitHub Actions
- os: windows-latest
Expand Down

0 comments on commit e313855

Please sign in to comment.