Skip to content

Commit d329596

Browse files
committed
Switch to new CircleCI OpenJDK images
1 parent fee9413 commit d329596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ version: 2.1
33
executors:
44
scala_jdk8_executor:
55
docker:
6-
- image: circleci/openjdk:8-jdk-node
6+
- image: cimg/openjdk:8.0-node
77
resource_class: small
88
scala_jdk11_executor:
99
docker:
10-
- image: circleci/openjdk:11-jdk
10+
- image: cimg/openjdk:11.0-node
1111
resource_class: small
1212
scala_jdk17_executor:
1313
docker:
14-
- image: circleci/openjdk:17-buster
14+
- image: cimg/openjdk:17.0-node
1515
resource_class: small
1616

1717
commands:

0 commit comments

Comments
 (0)