Skip to content

Commit be2f50c

Browse files
authored
Merge pull request scala#187 from SethTisue/jdk17-ci
add JDK 17 to CI (and some version bumps)
2 parents 2b9afd3 + c624fbc commit be2f50c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.jvmopts

Whitespace-only changes.

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ language: scala
66

77
scala:
88
- 3.0.0
9-
- 3.0.0-RC3
10-
- 2.13.5
9+
- 2.13.6
1110

1211
env:
1312
- ADOPTOPENJDK=8
1413
- ADOPTOPENJDK=11
15-
- ADOPTOPENJDK=16
14+
- ADOPTOPENJDK=17
1615

1716
install:
1817
- git fetch --tags # get all tags for sbt-dynver

0 commit comments

Comments
 (0)