Skip to content

Commit ecd5dbe

Browse files
authored
Update ci.yml
Clean up ci.yml
1 parent a6556de commit ecd5dbe

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Diff for: .github/workflows/ci.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
MATLABVersion: [R2023a,R2023b,R2024a]
16+
MATLABVersion: [R2023b,R2024a]
1717
runs-on: ubuntu-latest
1818
steps:
1919
# Checks-out your repository
@@ -35,12 +35,6 @@ jobs:
3535
products: Symbolic_Math_Toolbox
3636
# Simulink Statistics_and_Machine_Learning_Toolbox
3737
# List required products above in the format shown (and uncomment them)
38-
# List of product strings:
39-
# Simulink
40-
# Statistics_and_Machine_Learning_Toolbox
41-
# Simulink_Coder
42-
# Econometrics_Toolbox
43-
# Deep_Learning_Toolbox
4438

4539
# Run all the tests
4640
- name: Run SmokeTests

0 commit comments

Comments
 (0)