Update CI setup: explicitly support both OpenJDK 11 and the latest EA OpenJDK version (#6703)

This commit is contained in:
Leandro Doctors 2022-08-11 13:30:38 -03:00 committed by GitHub
parent 7554a2b6b5
commit 6b5a4de999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,14 @@ git:
depth: 3 depth: 3
submodules: false submodules: false
sudo: false sudo: false
dist: trusty dist: focal
language: java language: java
jdk:
- openjdk11
- openjdk-ea
matrix:
allow_failures:
- jdk: openjdk-ea
before_install: before_install:
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc - echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
cache: cache: