Skip to content

Commit

Permalink
DBZ-7224 Use Java 21 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Jul 3, 2024
1 parent ca4ff92 commit 761b39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21

- name: Cache Maven Repository
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21

- name: Cache Maven Repository
uses: actions/cache@v4
Expand Down

0 comments on commit 761b39b

Please sign in to comment.