Skip to content

Commit

Permalink
chore: Bump GraalVM from 22.0.0 to 23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler committed Sep 18, 2024
1 parent eacbb96 commit ccadccd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ jobs:
- name: Set up GraalVM and Native Image
uses: graalvm/setup-graalvm@v1
with:
java-version: 22.0.0
java-version: 23.0.0
distribution: graalvm-community
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: ./jbang export native -Dversion=${{ github.event.inputs.version }} p2e.java
- name: Assemble
uses: jreleaser/[email protected]
with:
version: 1.8.0
version: 1.14.0
setup-java: false
arguments: assemble
env:
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
- name: Release
uses: jreleaser/[email protected]
with:
version: 1.8.0
version: 1.14.0
setup-java: false
env:
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion p2e.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//DEPS info.picocli:picocli:4.7.6
//DEPS info.picocli:picocli-codegen:4.7.6
//MANIFEST Implementation-Version=${version:dev}
//JAVA 22
//JAVA 23

package com.github.helpermethod.p2e;

Expand Down

0 comments on commit ccadccd

Please sign in to comment.