Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Add additional MATLAB versions to CI
  • Loading branch information
eszmw committed May 21, 2024
1 parent 1048360 commit 57b01b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# MATLABVersion: [R2021a,R2021b,R2022a,R2022b,R2023a,R2023b]
MATLABVersion: [R2024a]
MATLABVersion: [R2021a,R2021b,R2022a,R2022b,R2023a,R2023b,R2024a]
runs-on: ubuntu-latest
steps:
# Checks-out your repository
Expand Down

0 comments on commit 57b01b3

Please sign in to comment.