Skip to content

Commit

Permalink
Merge pull request #739 from Philippus/switch-to-new-circleci-openjdk…
Browse files Browse the repository at this point in the history
…-images

Switch to new CircleCI OpenJDK images
  • Loading branch information
dubinsky authored Oct 28, 2024
2 parents 5b12b41 + d329596 commit d03c4b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ version: 2.1
executors:
scala_jdk8_executor:
docker:
- image: circleci/openjdk:8-jdk-node
- image: cimg/openjdk:8.0-node
resource_class: small
scala_jdk11_executor:
docker:
- image: circleci/openjdk:11-jdk
- image: cimg/openjdk:11.0-node
resource_class: small
scala_jdk17_executor:
docker:
- image: circleci/openjdk:17-buster
- image: cimg/openjdk:17.0-node
resource_class: small
scala_jdk21_executor:
docker:
Expand Down

0 comments on commit d03c4b4

Please sign in to comment.