Skip to content

Commit

Permalink
fix: restore JVM version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed May 9, 2023
1 parent 0c7cc41 commit d87cc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
components: "native-image,js"
version: ${{ vars.GVM_VERSION }}
java-version: 11
java-version: ${{ vars.JVM_VERSION }}
github-token: ${{ secrets.GITHUB_TOKEN }}

## Setup: Gradle Caches
Expand Down

0 comments on commit d87cc76

Please sign in to comment.