Skip to content

Commit

Permalink
ci: use jdk21
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed May 20, 2024
1 parent 90c5899 commit dae68c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Set up CI environment
run: .github/setup.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Set up CI environment
run: .github/setup.sh
Expand Down

0 comments on commit dae68c7

Please sign in to comment.