File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 build-cross-platform :
15- name : test ${{matrix.os}} - ${{matrix.python-version}}
15+ name : test ${{matrix.os}} - ${{matrix.python-version}} - ${{matrix.java-version}}
1616 runs-on : ${{ matrix.os }}
1717 strategy :
1818 matrix :
3333 python-version : ' 3.12'
3434 java-version : ' '
3535
36-
3736 steps :
3837 - uses : actions/checkout@v2
3938
Original file line number Diff line number Diff line change 7373else
7474 argString=" "
7575fi
76- if [ " $( uname -s) " = " Darwin" ]
76+ if ! java -version 2>&1 | grep -q ' ^openjdk version "\(1\.8\|9\|10\|11\|12\|13\|14\|15\|16\)\.'
77+ then
78+ echo " Skipping jep tests due to unsupported Java version:"
79+ java -version || true
80+ jepCode=0
81+ elif [ " $( uname -s) " = " Darwin" ]
7782then
7883 echo " Skipping jep tests on macOS due to flakiness"
7984 jepCode=0
You can’t perform that action at this time.
0 commit comments