Skip to content

Commit c189b09

Browse files
committed
ci:check: Matlab > R2024a to avoid false positives
1 parent 64deb68 commit c189b09

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

+stdlib/+python/is_char_device.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
catch e
66
y = logical.empty;
77
end
8+
9+
end

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252

5353
- &code-issues
5454
name: Check codeIssues
55-
if: ${{ matrix.release >= 'R2023a' }}
55+
if: ${{ matrix.release >= 'R2024a' }}
5656
uses: matlab-actions/run-build@v2
5757
with:
5858
tasks: check
59-
# R2022b has false positives that would break tests
59+
# Matlab < R2024a has false positives that would break tests
6060

6161
- &test-main
6262
name: Main Tests

.github/workflows/composite-check/action.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)