Skip to content

Commit

Permalink
Upgrade to JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-yur authored Sep 29, 2023
1 parent 27eadc7 commit 6b81573
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: graalvm/setup-graalvm@v1
with:
version: '22.3.0'
gds-token: ${{ secrets.GDS_TOKEN }}
java-version: '19'
components: 'native-image'
java-version: '21'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'
native-image-pr-reports: 'true'
Expand Down

0 comments on commit 6b81573

Please sign in to comment.