Skip to content

Commit

Permalink
Bump all Java versions to 21 to fix GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Sep 21, 2023
1 parent 4ed27f8 commit fbdb128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ayatana-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 20
java-version: 21
cache: 'maven'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-minimal-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 20
java-version: 21
cache: 'maven'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand Down

0 comments on commit fbdb128

Please sign in to comment.