Skip to content

Commit

Permalink
graalvm version 21
Browse files Browse the repository at this point in the history
  • Loading branch information
paulHempel authored Feb 1, 2024
1 parent e32c0ec commit dad0ab2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
- name: Set up GraalVM 17
uses: graalvm/setup-graalvm@v1
with:
java-version: '20'
java-version: '21'
distribution: 'graalvm'
cache: maven
- name: Maybe install Graal
run: ./install-graalvm.sh
- name: Build with Maven
run: mvn -s settings.xml -q clean package -Pnative -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -B -V
- name: Copy artifacts to target
Expand Down

0 comments on commit dad0ab2

Please sign in to comment.