Skip to content

Commit ef92863

Browse files
authored
Merge branch 'main' into Gichure-patch-1
2 parents 6aede27 + 6d9ed21 commit ef92863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
gh: circleci/github-cli@1.0
3+
gh: circleci/github-cli@2.6.2
44
# Define a job to be invoked later in a workflow.
55
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
66
jobs:
@@ -11,7 +11,7 @@ jobs:
1111
# Be sure to update the Docker image tag below to openjdk version of your application.
1212
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/openjdk
1313
docker:
14-
- image: cimg/openjdk:17.0
14+
- image: cimg/openjdk:23.0.1
1515
# Add steps to the job
1616
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
1717
parallelism: 4
@@ -39,7 +39,7 @@ jobs:
3939
- ~/.m2
4040
key: e-procure-{{ checksum "~/pom-checksum" }}
4141
- setup_remote_docker:
42-
#version: 20.10.14
42+
version: default
4343
docker_layer_caching: true
4444
# Use mvn clean and package as the standard maven build phase
4545
- run:

0 commit comments

Comments
 (0)