Skip to content

Commit 688b26d

Browse files
committed
CI: revert to JDK 21
1 parent 1b3a076 commit 688b26d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v3
2828
- name: Setup Java
29-
uses: oracle-actions/setup-java@v1
29+
uses: actions/setup-java@v3
3030
with:
31-
website: jdk.java.net
32-
java-version: '22'
33-
version: latest
31+
distribution: 'zulu'
32+
java-version: '21'
33+
cache: 'maven'
3434
- name: Configure GPG key
3535
run: |
3636
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import

0 commit comments

Comments
 (0)