We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef8988 commit f3a97c1Copy full SHA for f3a97c1
1 file changed
.github/workflows/static-analysis.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-java@v4
19
with:
20
distribution: 'temurin'
21
- java-version: '11'
+ java-version: '21'
22
23
- name: Install static analysis tools
24
run: |
0 commit comments