We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64deb68 commit c189b09Copy full SHA for c189b09
+stdlib/+python/is_char_device.m
@@ -5,3 +5,5 @@
5
catch e
6
y = logical.empty;
7
end
8
+
9
+end
.github/workflows/ci.yml
@@ -52,11 +52,11 @@ jobs:
52
53
- &code-issues
54
name: Check codeIssues
55
- if: ${{ matrix.release >= 'R2023a' }}
+ if: ${{ matrix.release >= 'R2024a' }}
56
uses: matlab-actions/run-build@v2
57
with:
58
tasks: check
59
- # R2022b has false positives that would break tests
+ # Matlab < R2024a has false positives that would break tests
60
61
- &test-main
62
name: Main Tests
.github/workflows/composite-check/action.yml
0 commit comments