Skip to content

Commit 4e078c9

Browse files
authored
Update Java version from 17 to 21 in workflow
1 parent b8bc88b commit 4e078c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up JDK
1919
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
2020
with:
21-
java-version: 17
21+
java-version: 21
2222
distribution: temurin
2323
- name: Build with Gradle
2424
run: ./gradlew assemble check

0 commit comments

Comments
 (0)