Skip to content

Commit

Permalink
Update Github Actions workflow to use Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Sep 15, 2024
1 parent b3dc1ac commit 4db6e91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
key: ${{ runner.os }}-mvn
restore-keys: |
${{ runner.os }}-mvn-
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: zulu
- name: Set up Maven
uses: stCarolas/setup-maven@v5
Expand Down Expand Up @@ -57,10 +57,10 @@ jobs:
key: ${{ runner.os }}-mvn
restore-keys: |
${{ runner.os }}-mvn-
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: zulu
- name: Set up Maven
uses: stCarolas/setup-maven@v5
Expand Down

0 comments on commit 4db6e91

Please sign in to comment.