Skip to content

Commit 59d74e7

Browse files
authored
Update git-ci.yml
try to add CI for R2021a and R2023a
1 parent b233580 commit 59d74e7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/git-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
platform: [ubuntu-latest, windows-latest]
1818

1919
# List of MATLAB releases over which to run the tests.
20-
matlab-version: [R2023b, R2024a, R2024b, latest]
20+
matlab-version: [R2021a, R2023a, R2023b, R2024a, R2024b, latest]
2121

2222
# UITest with gestures only from R2023b and later.
2323

@@ -29,6 +29,12 @@ jobs:
2929
# Exclude unsupported Linux jobs prior to R2024b.
3030
exclude:
3131

32+
- platform: ubuntu-latest
33+
matlab-version: R2021a
34+
35+
- platform: ubuntu-latest
36+
matlab-version: R2023a
37+
3238
- platform: ubuntu-latest
3339
matlab-version: R2023b
3440

0 commit comments

Comments
 (0)