Skip to content

Commit

Permalink
upgrade from Java 20 to 21 #13
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Sep 20, 2023
1 parent 0dee5d6 commit 927934a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GRAALVM_JAVA_VERSION: 17
experimental: false
- GRAALVM_VERSION: ${{ github.event.inputs.GRAALVM_VERSION || 'latest' }}
GRAALVM_JAVA_VERSION: 20
GRAALVM_JAVA_VERSION: 21
experimental: true
# https://github.com/graalvm/graalvm-ce-dev-builds/releases
- GRAALVM_VERSION: dev
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The image comes pre-installed with latest releases of:
- [bash-funk](https://github.com/vegardit/bash-funk) Bash toolbox with adaptive Bash prompt
- [Docker CE (Community Edition)](https://download.docker.com/linux/debian/dists/bullseye/pool/stable/amd64/) command line client
- [git](https://packages.debian.org/en/git) command line client
- [GraalVM CE Java 11, 17 or 20](https://www.graalvm.org/downloads/) with [native-image](https://www.graalvm.org/reference-manual/native-image/) extension.
- [GraalVM CE Java 11, 17 or 21](https://www.graalvm.org/downloads/) with [native-image](https://www.graalvm.org/reference-manual/native-image/) extension.
- [openssh-client](https://packages.debian.org/en/openssh-client) SSH command line client
- [upx](https://upx.github.io/) executable packer

Expand Down

0 comments on commit 927934a

Please sign in to comment.