Skip to content

Commit 94a1f86

Browse files
committed
test on JDK 18-ea
it's not clear what we "ought" to do here. SDKMAN dropped 17 early access builds (scala/scala-dev#788), but Temurin (aka Adoptium/AdoptOpenJDK) 17 isn't available yet. we could use a Zulu or Java.net build, but I suggest we simply start testing on 18 instead, for now anyway. once Temurin 17 is out we could consider also adding it
1 parent 7d7daa6 commit 94a1f86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ templates: # this has no effect on travis, it's just a place to put our template
1212
pr-jdk8: &pr-jdk8
1313
if: type = pull_request OR repo != scala/scala
1414

15-
cron-jdk17: &cron-jdk17
15+
cron-jdk18: &cron-jdk18
1616
if: type = cron AND repo = scala/scala
17-
env: ADOPTOPENJDK=17
17+
env: ADOPTOPENJDK=18
1818

1919
build-for-testing: &build-for-testing
2020
# pull request validation (w/ bootstrap)
@@ -97,13 +97,13 @@ jobs:
9797
<<: *pr-jdk8
9898

9999
- <<: *build-for-testing
100-
<<: *cron-jdk17
100+
<<: *cron-jdk18
101101

102102
- <<: *test1
103-
<<: *cron-jdk17
103+
<<: *cron-jdk18
104104

105105
- <<: *test2
106-
<<: *cron-jdk17
106+
<<: *cron-jdk18
107107

108108
- stage: test
109109
name: build library with Scala 3

0 commit comments

Comments
 (0)