Skip to content

Commit

Permalink
Support fixed GA versions of Oracle GraalVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Nov 3, 2023
1 parent d5b07dd commit 0b782b6
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 45 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
distribution: 'graalvm-community'
os: ubuntu-latest
components: 'native-image' # should print a warning but not fail
- java-version: '21.0.0' # test for GA version (see #63)
distribution: 'graalvm'
os: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run setup-graalvm action
Expand Down
1 change: 0 additions & 1 deletion __tests__/mandrel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@ test('get latest Mandrel for specific JDK', async () => {
expect(latest).toContain(`mandrel-java${javaVersion}`)
}
})

55 changes: 41 additions & 14 deletions dist/cleanup/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 64 additions & 24 deletions dist/main/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0b782b6

Please sign in to comment.