Skip to content

Commit

Permalink
Pipeline: Use Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Oct 13, 2024
1 parent b434f4b commit be52fc4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: oracle-actions/setup-java@v1
uses: actions/setup-java@v4
with:
website: jdk.java.net
release: 22
version: latest
distribution: 'zulu'
java-version: '23'
- name: Configure unit test GPG key
run: |
echo -n "$UNIT_TEST_SIGNING_KEY" | base64 --decode | gpg --import
Expand Down

0 comments on commit be52fc4

Please sign in to comment.