Skip to content

Commit 23adb78

Browse files
committed
Use Java 21 in GitHub workflow
1 parent fcfb23d commit 23adb78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- name: Set up JDK 17
10+
- name: Set up Java
1111
uses: actions/setup-java@v4
1212
with:
1313
distribution: temurin
14-
java-version: 17
14+
java-version: 21
1515
check-latest: true
1616
- name: Setup Gradle
1717
uses: gradle/actions/setup-gradle@v5

0 commit comments

Comments
 (0)