mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
Update CI setup: explicitly support both OpenJDK 11 and the latest EA OpenJDK version (#6703)
This commit is contained in:
parent
7554a2b6b5
commit
6b5a4de999
1 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue