Skip to content

Commit 304e534

Browse files
authored
ci: fix usage of Java 11 which should have been 17 (#239)
1 parent d72dad9 commit 304e534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Set up JDK 11
3939
with:
4040
distribution: temurin
41-
java-version: 11
41+
java-version: 17
4242
cache: maven
4343
- name: Compatibility Check
4444
run: ./mvnw -s .github/maven-ci-settings.xml -B install revapi:check@check-compatibility -DskipTests -fae

0 commit comments

Comments
 (0)