Skip to content

Commit

Permalink
feat: upgrade to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Sep 24, 2023
1 parent adaed0a commit 64cde1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/boot-strategy-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- uses: graalvm/setup-graalvm@v1
with:
version: 'latest'
java-version: '17'
distribution: 'graalvm'
java-version: '21'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
Expand All @@ -47,7 +47,6 @@ jobs:
echo "GRAALVM_HOME: $GRAALVM_HOME"
echo "JAVA_HOME: $JAVA_HOME"
java --version
gu --version
native-image --version
- name: Start up infra via Docker Compose
Expand Down

0 comments on commit 64cde1c

Please sign in to comment.