Skip to content

Commit

Permalink
Replace JDK17 with JDK21 image in CCI Build (#953)
Browse files Browse the repository at this point in the history
Update CCI config.yml
  • Loading branch information
arvindkrishnakumar-okta authored Oct 18, 2023
1 parent 773dc09 commit 00bd8bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:

jdk11:
docker:
- image: cimg/openjdk:11.0.18-node
- image: cimg/openjdk:11.0.20-node
environment:
JVM_OPTS: -Xmx3200m
resource_class: large
parallelism: 3
steps: *build_steps

jdk17:
jdk21:
docker:
- image: cimg/openjdk:17.0.6-node
- image: cimg/openjdk:21.0.0-node
environment:
JVM_OPTS: -Xmx3200m
resource_class: large
Expand All @@ -55,7 +55,7 @@ jobs:

snyk-scan:
docker:
- image: cimg/openjdk:17.0.6-node
- image: cimg/openjdk:21.0.0-node
steps:
- checkout
- run: npm install
Expand All @@ -79,7 +79,7 @@ workflows:
- jdk11:
requires:
- cache-secrets
- jdk17:
- jdk21:
requires:
- cache-secrets
- general-platform-helpers/job-semgrep-prepare:
Expand All @@ -91,7 +91,7 @@ workflows:
- general-platform-helpers/job-snyk-prepare:
name: prepare-snyk
requires:
- jdk17
- jdk21
- snyk-scan:
name: execute-snyk
requires:
Expand Down

0 comments on commit 00bd8bf

Please sign in to comment.