Skip to content

Commit f82d79a

Browse files
committed
ci: update to Java 21 for workflows
1 parent 6b52ad4 commit f82d79a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v5
28-
- name: Set up JDK 11
28+
- name: Set up JDK 21
2929
uses: actions/setup-java@v5
3030
with:
31-
java-version: '11'
31+
java-version: '21'
3232
distribution: 'temurin'
3333
cache: maven
3434
- name: Build with Maven

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030

31-
- name: Set up JDK 11
31+
- name: Set up JDK 21
3232
uses: actions/setup-java@v5
3333
with:
34-
java-version: '11'
34+
java-version: '21'
3535
distribution: 'temurin'
3636
cache: maven
3737

0 commit comments

Comments
 (0)