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 39b8d02 commit ffd6ed6Copy full SHA for ffd6ed6
.github/workflows/ci.yml
@@ -56,6 +56,15 @@ jobs:
56
- name: Check CodeIssues
57
uses: ./.github/workflows/composite-check
58
59
+ - name: matlab_jenv JDK 11
60
+ if: ${{ matrix.release < 'R2025a' && !startsWith(matrix.release, 'latest') }}
61
+ run: matlab_jenv ${JAVA_HOME_11_X64}
62
+
63
+ - name: Matlab tell Java Version
64
+ uses: matlab-actions/run-command@v2
65
+ with:
66
+ command: "disp(stdlib.java_vendor()); disp(stdlib.java_version())"
67
68
- name: Non-MEX tests
69
uses: ./.github/workflows/composite-nomex
70
0 commit comments