Skip to content

Commit 25809a4

Browse files
committed
use java 24 in CI
1 parent 0b04c2f commit 25809a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up JDK
1414
uses: actions/setup-java@v4
1515
with:
16-
java-version: '17'
16+
java-version: '24'
1717
distribution: 'temurin'
1818
- name: Build and Test
1919
run: mvn test # or ./gradlew test

0 commit comments

Comments
 (0)