Skip to content

Commit

Permalink
Bump GraalVM from 22.3.1 to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler committed Sep 29, 2023
1 parent 51780fb commit 0ee0ff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 20.0.1
java-version: 21.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/release-action@2.4.1
with:
version: 1.6.0
version: 1.8.0
setup-java: false
arguments: assemble
env:
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
- name: Release
uses: jreleaser/release-action@2.4.1
with:
version: 1.6.0
version: 2.4.1
setup-java: false
env:
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
Expand Down
6 changes: 3 additions & 3 deletions p2e.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.7.0
//DEPS info.picocli:picocli-codegen:4.7.0
//DEPS info.picocli:picocli:4.7.5
//DEPS info.picocli:picocli-codegen:4.7.5
//MANIFEST Implementation-Version=${version}
//JAVA 20
//JAVA 21

package com.github.helpermethod.p2e;

Expand Down

0 comments on commit 0ee0ff8

Please sign in to comment.