Skip to content

Commit

Permalink
CI: revert to JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Feb 18, 2024
1 parent 1b3a076 commit 688b26d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Java
uses: oracle-actions/setup-java@v1
uses: actions/setup-java@v3
with:
website: jdk.java.net
java-version: '22'
version: latest
distribution: 'zulu'
java-version: '21'
cache: 'maven'
- name: Configure GPG key
run: |
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
Expand Down

0 comments on commit 688b26d

Please sign in to comment.