Skip to content

Commit be462a3

Browse files
committed
Temporarily update test action to run against all supported MATLAB versions
1 parent 6791727 commit be462a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
matlab-version: [R2021b, R2022a, R2022b, latest]
50+
matlab-version: [R2021b, R2022a, R2022b, R2023a, R2023b, R2024a, latest]
5151
os: [windows-latest, ubuntu-latest, macos-13]
5252
steps:
5353
- name: Checkout

0 commit comments

Comments
 (0)