File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1919 strategy :
2020 fail-fast : false
2121 matrix :
22- MATLABVersion : [R2024a,R2024b]
22+ MATLABVersion : [R2024a,R2024b,R2025a ]
2323 runs-on : ubuntu-latest
2424 steps :
2525 # Checks-out your repository
3838 uses : matlab-actions/setup-matlab@v2
3939 with :
4040 release : ${{ matrix.MATLABVersion }}
41- products : # Simulink Statistics_and_Machine_Learning_Toolbox
42- # List required products above in the format shown (and uncomment them)
43- # List of product strings:
44- # Simulink
45- # Statistics_and_Machine_Learning_Toolbox
46- # Simulink_Coder
47- # Econometrics_Toolbox
48- # Deep_Learning_Toolbox
49-
41+ products : >
42+ Statistics_and_Machine_Learning_Toolbox
43+ Symbolic_Math_Toolbox
5044
5145 # Run all the tests
5246 - name : Run SmokeTests
You can’t perform that action at this time.
0 commit comments