Skip to content

Commit d2823be

Browse files
committed
switch to java 21
1 parent 9c3d795 commit d2823be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
java: [11]
22+
java: [21]
2323
os: [ubuntu-latest]
2424
distribution: [temurin]
2525

.github/workflows/maven-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-java@v5
2727
with:
2828
distribution: temurin
29-
java-version: 17
29+
java-version: 21
3030
cache: maven
3131

3232
- name: Build, verify, deploy, generate site

0 commit comments

Comments
 (0)