Skip to content

Commit

Permalink
chore: Build binaries with Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Jan 17, 2025
1 parent bb27e20 commit 41dee92
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4.2.2
with:
java-version: 17
java-version: 23
distribution: 'adopt'
cache: maven
- name: Cache Maven packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: graalvm/setup-graalvm@v1.2.2
with:
distribution: 'graalvm'
java-version: 17
java-version: 23
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4.2.2
with:
java-version: 17
java-version: 23
distribution: 'adopt'
cache: maven

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v4.2.2
with:
java-version: 17
java-version: 23
distribution: 'adopt'

- name: Cache Maven packages
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
uses: graalvm/setup-graalvm@v1.2.2
with:
distribution: 'graalvm'
java-version: 17
java-version: 23
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v4.2.2
with:
java-version: 17
java-version: 23
distribution: 'adopt'

- name: Cache Maven packages
Expand Down

0 comments on commit 41dee92

Please sign in to comment.