Skip to content

Commit 76c1846

Browse files
committed
chore: use java 17 in java8 compatibility check
this upgrades java 11 to 17
1 parent 134a4a2 commit 76c1846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java_compatibility_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-java@v4
2525
with:
26-
java-version: 11
26+
java-version: 17
2727
distribution: temurin
2828
cache: maven
2929
- name: Install Maven modules to local Maven repository

0 commit comments

Comments
 (0)