Skip to content

Commit fbdb128

Browse files
committed
Bump all Java versions to 21 to fix GitHub workflow
1 parent 4ed27f8 commit fbdb128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-ayatana-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-java@v3
1919
with:
2020
distribution: 'zulu'
21-
java-version: 20
21+
java-version: 21
2222
cache: 'maven'
2323
server-id: ossrh
2424
server-username: MAVEN_USERNAME

.github/workflows/publish-minimal-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-java@v3
1919
with:
2020
distribution: 'zulu'
21-
java-version: 20
21+
java-version: 21
2222
cache: 'maven'
2323
server-id: ossrh
2424
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)