From 121e076bc3997bb8577451f6f5eaf8c759c7d9f2 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Tue, 18 Jun 2024 15:11:12 +0200 Subject: [PATCH] Mention some newer Java versions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eef7ff2..7b9a599 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ can be replaced with: | Name | Default | Description | |-----------------|:--------:|-------------| -| `java-version`
*(required)* | n/a | Java version | +| `java-version`
*(required)* | n/a | Java version | | `distribution` | `'graalvm'` | GraalVM distribution | | `java-package` | `'jdk'` | The package type (`'jdk'` or `'jdk+fx'`). Currently applies to Liberica only. | | `github-token` | `'${{ github.token }}'` | Token for communication with the GitHub API. Please set this to `${{ secrets.GITHUB_TOKEN }}` (see [templates](#templates)) to allow the action to authenticate with the GitHub API, which helps reduce rate-limiting issues. |