Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Add R2021b to CI
  • Loading branch information
eszmw authored Feb 15, 2024
1 parent 47447ff commit cfb5ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
MATLABVersion: [R2022a,R2022b,R2023a,R2023b]
MATLABVersion: [R2021b,R2022a,R2022b,R2023a,R2023b]
runs-on: ubuntu-latest
steps:
# Checks-out your repository
Expand Down

0 comments on commit cfb5ee3

Please sign in to comment.