Do not test 19.3.1 JDK 8 anymore in native as it's tested by the main CI

This commit is contained in:
Guillaume Smet
2020-01-29 13:38:39 +01:00
parent ba0ecc1da5
commit b583f2555b

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
java: [ 8, 11 ]
java: [ 11 ]
name: build-and-testing
steps: