Skip to content

Commit

Permalink
Updated GraalVM version to 22.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Chen <[email protected]>
  • Loading branch information
Alexander Chen committed Jan 27, 2022
1 parent 1159498 commit 60906aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/native-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
build-binary-unix:
runs-on: ${{ matrix.os }}
env:
GRAALVM_VERSION: 20.3.0.java8
GRAALVM_VERSION: 21.2.0.java11
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -35,7 +35,7 @@
key: ${{ runner.os }}-graalvm-${{env.GRAALVM_VERSION}}
restore-keys: |
${{ runner.os }}-graalvm-
- uses: DeLaGuardo/setup-graalvm@8bbfe44ef9c6f5c07e5af036a1bffd561c037d18
- uses: DeLaGuardo/setup-graalvm@2ebaf4e808f403090cbecb79873354da5dbd7e09
with:
graalvm-version: ${{env.GRAALVM_VERSION}}
- run: ./mvnw package -Dnative -DskipTests $([ $(uname -s) = Linux ] && echo "-Dgraalvm.static=--static") -Dcbi.jarsigner.skip=true
Expand All @@ -48,7 +48,7 @@
build-binary-windows:
runs-on: windows-latest
env:
GRAALVM_VERSION: 20.3.0.java11
GRAALVM_VERSION: 21.2.0.java11
steps:
- uses: actions/checkout@v2
- name: Cache Maven dependencies
Expand All @@ -70,7 +70,7 @@
restore-keys: |
${{ runner.os }}-graalvm-
- uses: ilammy/[email protected]
- uses: DeLaGuardo/setup-graalvm@8bbfe44ef9c6f5c07e5af036a1bffd561c037d18
- uses: DeLaGuardo/setup-graalvm@2ebaf4e808f403090cbecb79873354da5dbd7e09
with:
graalvm-version: '${{env.GRAALVM_VERSION}}'
- run: Invoke-Expression -Command "$Env:JAVA_HOME/bin/gu install native-image"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lemminx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<dev.build.timestamp>${maven.build.timestamp}</dev.build.timestamp>
<cbi.jarsigner.skip>true</cbi.jarsigner.skip>
<graalvm.version>20.3.0</graalvm.version>
<graalvm.version>21.2.0</graalvm.version>
<graalvm.static />
</properties>
<build>
Expand Down

0 comments on commit 60906aa

Please sign in to comment.