Skip to content

Commit 4fd88c7

Browse files
committed
bump java version for workflows
1 parent d84d86c commit 4fd88c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-java@v4
1414
with:
1515
distribution: 'temurin'
16-
java-version: '21'
16+
java-version: '25'
1717
- name: nodejs setup
1818
uses: actions/setup-node@v4
1919
with:

.github/workflows/pull_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-java@v4
1414
with:
1515
distribution: 'temurin'
16-
java-version: '21'
16+
java-version: '25'
1717
- name: make gradle wrapper executable
1818
run: chmod +x ./gradlew
1919
- name: build

0 commit comments

Comments
 (0)