Skip to content

Commit 75f7819

Browse files
committed
Replaced openjdk-ea (broken) with openjdk20 in the Travis CI settings
1 parent a892f9d commit 75f7819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: java
22
jdk:
3-
- openjdk-ea
3+
- openjdk20
44
- openjdk17
55
- openjdk11
66
- openjdk8
@@ -15,7 +15,7 @@ before_install:
1515
matrix:
1616
fast_finish: true
1717
allow_failures:
18-
- jdk: openjdk-ea
18+
- jdk: openjdk20
1919

2020
after_success:
2121
- mvn clean test jacoco:report-aggregate coveralls:report -DjacocoReports=jsign/target/site/jacoco-aggregate/jacoco.xml

0 commit comments

Comments
 (0)