Skip to content

Commit

Permalink
Update the hello-graal demo README amd yml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
LesiaChaban committed Nov 29, 2023
1 parent e0592fe commit 8c10e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hello-graal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
java-version: ['17', 'dev']
java-version: ['21', 'dev']
steps:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
Expand Down
4 changes: 2 additions & 2 deletions hello-graal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ This is a "Hello Graal" Java example for GraalVM. The structure of the `Hello` p

## Preparation

1. Download and install the latest GraalVM JDK with Native Image using the [GraalVM JDK Downloader](https://github.com/graalvm/graalvm-jdk-downloader).
1. Download and install the latest GraalVM JDK using the [SDKMAN!](https://sdkman.io/).
```bash
bash <(curl -sL https://get.graalvm.org/jdk)
sdk install java 21.0.1-graal
```

2. Download or clone GraalVM demos repository and navigate into the `hello-graal` directory:
Expand Down

0 comments on commit 8c10e83

Please sign in to comment.