Skip to content

Commit 6ea3bf4

Browse files
authored
Update ci.yml with toolboxes
1 parent 1382d68 commit 6ea3bf4

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -38,15 +38,9 @@ jobs:
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

0 commit comments

Comments
 (0)