We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6235cbe commit 4fec06cCopy full SHA for 4fec06c
.github/workflows/main.yml
@@ -22,8 +22,8 @@ jobs:
22
- name: Set up Java
23
uses: actions/setup-java@v2
24
with:
25
- java-version: '11'
26
distribution: 'adopt'
+ java-version: '21'
27
28
# Import GPG secret key for signing
29
- name: Import GPG key
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: actions/setup-java@v4
21
- distribution: 'temurin'
+ distribution: 'adopt'
java-version: '21'
cache: 'maven'
- name: Initialize CodeQL
0 commit comments