Skip to content

Commit 2df1b52

Browse files
committed
ci: exclude R2022b exclude
1 parent 233620a commit 2df1b52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
timeout-minutes: 15
1414
runs-on: ${{ matrix.os }}
1515

16+
# R2022b has a bug with test parameter {"h"} syntax
1617
strategy:
1718
matrix:
1819
os: [ubuntu-latest]
19-
release: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a]
20+
release: [R2020b, R2021a, R2021b, R2022a, R2023a, R2023b, R2024a]
2021
include:
2122
- os: macos-latest
2223
release: R2024a

0 commit comments

Comments
 (0)