Skip to content

Commit e21f149

Browse files
authored
run openrewrite on jdk 21 (#18894)
1 parent 93735f5 commit e21f149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- uses: actions/setup-java@v4
134134
with:
135135
distribution: 'zulu'
136-
java-version: '17'
136+
java-version: '21'
137137
cache: 'maven'
138138

139139
- name: maven install

0 commit comments

Comments
 (0)