Skip to content

Commit ed0d4a3

Browse files
committed
Revert "Actions: Add MATLAB 2025a and 2025b"
This reverts commit 2d20fd7.
1 parent 2d20fd7 commit ed0d4a3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/unix_unit_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ jobs:
131131
os: [macos-13, "ubuntu-22.04"]
132132
python-version: ["3.10", 3.11, 3.12]
133133
# Note: It is preferred to use an actual release name as opposed to 'latest'
134-
matlab-version: [R2022b, R2023a, R2023b, R2024a, R2024b, R2025a, R2025b]
134+
matlab-version: [R2022b, R2023a, R2023b, R2024a, R2024b]
135135
mhkit-python-version: ["0.9.0"]
136136
exclude:
137-
- python-version: "3.11" # cache_population job
138-
matlab-version: R2023b
137+
- python-version: "3.10" # cache_population job
138+
matlab-version: R2022b
139139
os: "ubuntu-22.04"
140140
# Python 3.12 + MATLAB incompatability
141141
- matlab-version: R2024a

.github/workflows/windows_unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ jobs:
137137
os: [windows-latest]
138138
python-version: ["3.10", 3.11, 3.12]
139139
# matlab-version: [R2022b, R2023a, R2023b, R2024a, R2024b]
140-
matlab-version: [R2023a, R2023b, R2024a, R2024b, 2025a, 2025b]
140+
matlab-version: [R2023a, R2023b, R2024a, R2024b]
141141
mhkit-python-version: ["0.9.0"]
142142
exclude:
143143
# Cache population job
144144
- matlab-version: R2023b
145-
python-version: "3.11"
145+
python-version: "3.10"
146146
# - matlab-version: R2023b
147147
# python-version: 3.8
148148
# Python 3.12 + MATLAB incompatability

0 commit comments

Comments
 (0)