Skip to content

Commit 2351523

Browse files
authored
Update JDK version from 17 to 21 in CI workflow
1 parent b4168dc commit 2351523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up JDK 17
17+
- name: Set up JDK 21
1818
uses: actions/setup-java@v2
1919
with:
20-
java-version: '17'
20+
java-version: '21'
2121
distribution: 'temurin'
2222
- name: Build with Maven
2323
run: ./mvnw --batch-mode clean verify

0 commit comments

Comments
 (0)