Skip to content

Commit 7a78d04

Browse files
committed
All workflows in develop need to use Java 22
1 parent 06d1a3e commit 7a78d04

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@v4
1919
with:
2020
distribution: 'zulu'
21-
java-version: 21
21+
java-version: 22
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@v4
1919
with:
2020
distribution: 'zulu'
21-
java-version: 21
21+
java-version: 22
2222
cache: 'maven'
2323
server-id: ossrh
2424
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)