Skip to content

Commit 2de01e4

Browse files
committed
add JDK 17 to CI matrix
1 parent 17cea9d commit 2de01e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ scala:
1010
env:
1111
- SCALAJS_BUILD= ADOPTOPENJDK=8
1212
- SCALAJS_BUILD= ADOPTOPENJDK=11
13+
- SCALAJS_BUILD= ADOPTOPENJDK=17
1314
- SCALAJS_BUILD=true ADOPTOPENJDK=8
1415
- SCALAJS_BUILD=true ADOPTOPENJDK=11
16+
- SCALAJS_BUILD=true ADOPTOPENJDK=17
1517

1618
install:
1719
- git fetch --tags # get all tags for sbt-dynver

0 commit comments

Comments
 (0)