Skip to content

Commit 044645a

Browse files
committed
update to Java 21 for CI
1 parent 9c09122 commit 044645a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- uses: actions/setup-node@v3
1212
with:
1313
cache: npm
14-
- name: Set up JDK 20
14+
- name: Set up JDK 21
1515
uses: actions/setup-java@v3
1616
with:
1717
distribution: 'temurin'
18-
java-version: 20
18+
java-version: 21
1919
cache: gradle
2020

2121
- name: Build with Gradle

0 commit comments

Comments
 (0)