Skip to content

Commit 61a8b82

Browse files
jbescoslukasj
authored andcommitted
Add latest JDK in Travis
Signed-off-by: Jorge Bescos Gascon <[email protected]>
1 parent b9bddea commit 61a8b82

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1+
# Copyright (c) 2021 Oracle and/or its affiliates. All rights reserved.
2+
#
3+
# This program and the accompanying materials are made available under the
4+
# terms of the Eclipse Public License v. 2.0 which is available at
5+
# http://www.eclipse.org/legal/epl-2.0,
6+
# or the Eclipse Distribution License v. 1.0 which is available at
7+
# http://www.eclipse.org/org/documents/edl-v10.php.
8+
#
9+
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
10+
#
11+
112
dist: bionic
213

314
language: java
415

516
jdk:
617
- openjdk11
7-
- openjdk15
18+
- openjdk-ea
819

920
cache:
1021
directories:

0 commit comments

Comments
 (0)