Skip to content

Commit 64cb3bb

Browse files
committed
ci: update JDK version to 24 in maven workflow
1 parent f742d82 commit 64cb3bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
# Checkout the repository
2121
- uses: actions/checkout@v4
2222

23-
# Set up JDK 21
24-
- name: Set up JDK 21
23+
# Set up JDK 24
24+
- name: Set up JDK 24
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: '21'
27+
java-version: '24'
2828
distribution: 'temurin'
2929
cache: maven
3030
cache-dependency-path: pom.xml

0 commit comments

Comments
 (0)