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 62d5e32 commit d3e440dCopy full SHA for d3e440d
.github/workflows/ci.yml
@@ -59,12 +59,6 @@ jobs:
59
- name: Check CodeIssues
60
uses: ./.github/workflows/composite-check
61
62
-# https://www.mathworks.com/support/requirements/openjdk.html
63
-# old matlab may segfault with too-new JDK
64
- - name: matlab_jenv JDK 11
65
- if: ${{ matrix.release >= 'R2023a' && matrix.release < 'R2025a' }}
66
- run: matlab_jenv ${JAVA_HOME_11_X64}
67
-
68
- name: Matlab tell External Language Interface versions
69
uses: matlab-actions/run-command@v2
70
with:
0 commit comments