Skip to content

Commit

Permalink
Do default builds with JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
nelbrecht committed Feb 28, 2024
1 parent 26414e8 commit dd35e02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'temurin'
cache: 'maven'
- id: install-secret-key
Expand Down

0 comments on commit dd35e02

Please sign in to comment.