Skip to content

Commit

Permalink
ci: java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen5209 committed Apr 25, 2024
1 parent 78f9617 commit 49f2d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: openjdk:17-jdk-slim
- image: openjdk:21-jdk-slim
resource_class: large

working_directory: ~/repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: Gradle
uses: gradle/wrapper-validation-action@v1
- name: Build
Expand Down

0 comments on commit 49f2d3f

Please sign in to comment.