Skip to content

Commit 7e98ca1

Browse files
authored
Update ci.yml
Fix necessary products
1 parent 13fc85e commit 7e98ca1

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
MATLABVersion: [R2021a,R2021b,R2022a,R2022b,R2023a,R2023b]
16+
# MATLABVersion: [R2021a,R2021b,R2022a,R2022b,R2023a,R2023b]
17+
MATLABVersion: [R2024a]
1718
runs-on: ubuntu-latest
1819
steps:
1920
# Checks-out your repository
@@ -32,15 +33,13 @@ jobs:
3233
uses: matlab-actions/setup-matlab@v2
3334
with:
3435
release: ${{ matrix.MATLABVersion }}
35-
products: Symbolic_Math_Toolbox Image_Processing_and_Computer_Vision_Toolbox Statistics_and_Machine_Learning_Toolbox Curve_Fitting_Toolbox Automated_Driving_Toolbox
36-
# List required products above in the format shown (and uncomment them)
37-
# List of product strings:
38-
# Simulink
39-
# Statistics_and_Machine_Learning_Toolbox
40-
# Simulink_Coder
41-
# Econometrics_Toolbox
42-
# Deep_Learning_Toolbox
43-
36+
products:
37+
Symbolic_Math_Toolbox
38+
Image_Processing_Toolbox
39+
Computer_Vision_Toolbox
40+
Statistics_and_Machine_Learning_Toolbox
41+
Curve_Fitting_Toolbox
42+
Automated_Driving_Toolbox
4443

4544
# Run all the tests
4645
- name: Run SmokeTests

0 commit comments

Comments
 (0)