Skip to content

Commit

Permalink
CI: added GraalVM version to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Jun 6, 2024
1 parent 9032486 commit 21880d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ jobs:
shaded:
- 'true'
- 'false'
graalvm:
- '21.0.2'
- '22.0.1'

steps:
- uses: actions/checkout@v2
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21.0.2'
java-version: ${{matrix.graalvm}}
distribution: 'graalvm-community'
cache: 'maven'
native-image-job-reports: 'true'
Expand Down

0 comments on commit 21880d1

Please sign in to comment.