Skip to content

Commit

Permalink
CI: JDK 17 (was 16) (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Jul 15, 2021
1 parent dc9dda6 commit 272b573
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ executors:
scala_jdk11_executor:
docker:
- image: circleci/openjdk:11-jdk
scala_jdk16_executor:
scala_jdk17_executor:
docker:
- image: circleci/openjdk:16-buster
- image: circleci/openjdk:17-buster

commands:
sbt_cmd:
Expand Down Expand Up @@ -127,16 +127,16 @@ workflows:
java_version: jdk11
scala_version: 3.0.1
- scala_job:
name: jdk16_2.12
java_version: jdk16
name: jdk17_2.12
java_version: jdk17
scala_version: 2.12.14
- scala_job:
name: jdk16_2.13
java_version: jdk16
name: jdk17_2.13
java_version: jdk17
scala_version: 2.13.6
- scala_job:
name: jdk16_3.0
java_version: jdk16
name: jdk17_3.0
java_version: jdk17
scala_version: 3.0.1
- scalajs_job:
name: sjs1.0_2.12
Expand Down
Empty file added .jvmopts
Empty file.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
- SCALAJS_VERSION=1.6.0 ADOPTOPENJDK=8
- SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
- SCALAJS_VERSION= ADOPTOPENJDK=11
- SCALAJS_VERSION= ADOPTOPENJDK=16
- SCALAJS_VERSION= ADOPTOPENJDK=17

jobs:
exclude:
Expand Down

0 comments on commit 272b573

Please sign in to comment.