Skip to content

Commit

Permalink
⬆️ bump graalvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Apr 19, 2024
1 parent f13e4c6 commit 64e53f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pf2e-tools-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
JAVA_VERSION: 17
NATIVE_VERSION: 22.3.2
GRAALVM_DIST: graalvm-community
JAVA_DISTRO: temurin
FAIL_ISSUE: 141
Expand Down Expand Up @@ -120,9 +121,9 @@ jobs:
with:
distribution: ${{ env.GRAALVM_DIST }}
java-version: ${{ env.JAVA_VERSION }}
components: "native-image"
cache: 'maven'
github-token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ env.NATIVE_VERSION }}
cache: 'maven'

- name: Build and run
id: mvn-build
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tools-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
JAVA_VERSION: 17
NATIVE_VERSION: 22.3.2
GRAALVM_DIST: graalvm-community
JAVA_DISTRO: temurin
FAIL_ISSUE: 140
Expand Down Expand Up @@ -134,9 +135,9 @@ jobs:
with:
distribution: ${{ env.GRAALVM_DIST }}
java-version: ${{ env.JAVA_VERSION }}
components: "native-image"
cache: 'maven'
github-token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ env.NATIVE_VERSION }}
cache: 'maven'

- name: Build and run
id: mvn-build
Expand Down

0 comments on commit 64e53f9

Please sign in to comment.