Skip to content

Commit

Permalink
Address reviewer feedback. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 14, 2024
1 parent 310e604 commit d23c52f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
distribution: 'graalvm'
os: ubuntu-latest
set-gds-token: true
- java-version: '17.0.12'
- java-version: '17.0.12' # Upgrade to '17.0.13' after Oct 2024
distribution: 'graalvm'
os: ubuntu-latest
set-gds-token: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:

## Notes on Oracle GraalVM for JDK 17

GraalVM for JDK 17.0.12 is the [last release of Oracle GraalVM under the GFTC](https://blogs.oracle.com/java/post/jdk-17-approaches-endofpermissive-license).
GraalVM for JDK 17.0.12 is the [last release of Oracle GraalVM for JDK 17 under the GFTC](https://blogs.oracle.com/java/post/jdk-17-approaches-endofpermissive-license).
Updates after September 2024 will be licensed under the [GraalVM OTN License Including License for Early Adopter Versions](https://www.oracle.com/downloads/licenses/graalvm-otn-license.html) (GOTN) and production use beyond the limited free grants of the GraalVM OTN license will require a fee.

As a user of `setup-graalvm`, you have the following options:
Expand Down

0 comments on commit d23c52f

Please sign in to comment.