Skip to content

Commit

Permalink
Switch to new CircleCI OpenJDK images
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Oct 21, 2024
1 parent fee9413 commit d329596
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

commands:
Expand Down

0 comments on commit d329596

Please sign in to comment.