Skip to content

Commit

Permalink
Actions: Enable all MATLAB versions on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Apr 16, 2024
1 parent 13f5204 commit 0c3d434
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ jobs:
matrix:
os: [windows-latest]
python-version: [3.8, 3.9, "3.10", 3.11]
# matlab-version: [R2021b, R2022a, R2022b, R2023a, R2023b]
matlab-version: [R2021b, R2022a, R2022b, R2023a, R2023b, R2024a]
# R2022b and above have a windows specific error related to the MATLAB/Python interface
matlab-version: [R2021b, R2022a]
# matlab-version: [R2021b, R2022a]
exclude:
- matlab-version: 2022a
- matlab-version: R2022a
python-version: 3.9
- matlab-version: R2023b
python-version: 3.8
Expand Down Expand Up @@ -141,6 +141,8 @@ jobs:
python-version: "3.10"
- matlab-version: R2020b
python-version: 3.9
- matlab-version: R2024a
python-version: 3.8
runs-on: ${{ matrix.os }}

env:
Expand Down

0 comments on commit 0c3d434

Please sign in to comment.