Skip to content

Commit

Permalink
Update CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SteVio89 committed Oct 16, 2024
1 parent 79c7975 commit db14d91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
security-scan:
resource_class: medium
executor:
name: docker-openjdk11
name: docker-openjdk17
environment:
MAVEN_OPTS: -Xmx3500m
steps:
Expand All @@ -60,7 +60,7 @@ jobs:
test-and-deploy-full:
resource_class: medium+
executor:
name: docker-openjdk11
name: docker-openjdk17
environment:
MAVEN_OPTS: -Xmx3500m
steps:
Expand All @@ -82,7 +82,7 @@ jobs:
test-and-deploy-partial:
resource_class: medium+
executor:
name: docker-openjdk11
name: docker-openjdk17
environment:
MAVEN_OPTS: -Xmx3500m
steps:
Expand Down Expand Up @@ -196,6 +196,6 @@ commands:
command: |
cd $CIRCLE_WORKING_DIRECTORY && .circleci/kick_off_premium.sh
executors:
docker-openjdk11:
docker-openjdk17:
docker:
- image: cimg/openjdk:11.0
- image: cimg/openjdk:17.0

0 comments on commit db14d91

Please sign in to comment.