Skip to content

Commit e6c6637

Browse files
committed
Use java 25-ea
1 parent 93b2f08 commit e6c6637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/setup-java@v3
99
with:
1010
distribution: 'temurin'
11-
java-version: '22-ea'
11+
java-version: '25-ea'
1212
cache: 'maven'
1313
- name: Build with Maven
1414
run: ./mvnw --show-version --no-transfer-progress --errors --batch-mode package

0 commit comments

Comments
 (0)