Skip to content

Commit

Permalink
Include all modern MATLAB versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrisvetlov committed Sep 15, 2024
1 parent d6e0e01 commit 1961275
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/setup-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
release: [R2023a
#, R2023b TODO: There is currently a bug affecting one test on R2023b
]
release: [R2023a, R2023b, R2024a, latest]
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1961275

Please sign in to comment.