Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Use JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp authored Nov 22, 2023
1 parent 875d1e4 commit 363e4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wrapper-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Set up Git
run: |
git config --global user.name "JUnit Team"
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Set up Git
run: |
git config --global user.name "JUnit Team"
Expand Down

0 comments on commit 363e4c8

Please sign in to comment.