Skip to content

Commit 9a9a294

Browse files
committed
add JDK 17 to CI
note that we allow tests to fail on Scala 2.11 / JDK 17
1 parent fa3286c commit 9a9a294

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ scala:
1414
env:
1515
- ADOPTOPENJDK=8
1616
- ADOPTOPENJDK=11
17+
- ADOPTOPENJDK=17
18+
19+
# because it hits scala/bug#12419 which will almost certainly
20+
# never be fixed in the 2.11.x series
21+
jobs:
22+
exclude:
23+
- scala: 2.11.12
24+
env: ADOPTOPENJDK=17
1725

1826
install:
1927
- git fetch --tags # get all tags for sbt-dynver

0 commit comments

Comments
 (0)