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 6ecf2bd commit 1b3a076Copy full SHA for 1b3a076
.github/workflows/continuous-integration.yaml
@@ -26,11 +26,11 @@ jobs:
26
steps:
27
- uses: actions/checkout@v3
28
- name: Setup Java
29
- uses: actions/setup-java@v3
+ uses: oracle-actions/setup-java@v1
30
with:
31
- distribution: 'zulu'
32
- java-version: '21'
33
- cache: 'maven'
+ website: jdk.java.net
+ java-version: '22'
+ version: latest
34
- name: Configure GPG key
35
run: |
36
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
0 commit comments