Skip to content

Commit

Permalink
Update EA template.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Mar 21, 2024
1 parent fb9f5a0 commit 3e1010f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '22-ea' # or 'latest-ea' for the latest Java version available
java-version: '23-ea' # or 'latest-ea' for the latest Java version available
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 3e1010f

Please sign in to comment.