Skip to content

Commit 270f944

Browse files
Releasing new version
1 parent e646a83 commit 270f944

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/[A] build and test, release if requested.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
if: github.event_name == 'push' && endsWith(github.event.head_commit.message, 'Releasing new version')
4949
steps:
5050
- uses: actions/checkout@v3
51-
- name: Set up JDK 22
51+
- name: Set up JDK 24
5252
uses: actions/setup-java@v3
5353
with:
54-
java-version: 22
54+
java-version: 24
5555
distribution: 'zulu'
5656
server-id: ossrh
5757
server-username: MAVEN_USERNAME

.github/workflows/[M] build and test, compute coverage, release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- uses: actions/checkout@v3
77-
- name: Set up JDK 22
77+
- name: Set up JDK 24
7878
uses: actions/setup-java@v3
7979
with:
80-
java-version: 22
80+
java-version: 24
8181
distribution: 'zulu'
8282
server-id: ossrh
8383
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)