Skip to content

Commit

Permalink
Update common files (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build authored Jul 21, 2021
1 parent 7b1f741 commit ca5e30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup GraalVM CE
uses: DeLaGuardo/setup-graalvm@4.0
with:
graalvm: 21.1.0
graalvm: 21.2.0
java: ${{ matrix.java }}
- name: Install Native Image
run: gu install native-image
Expand All @@ -57,4 +57,4 @@ jobs:
uses: mikepenz/action-junit-report@v2
with:
check_name: GraalVM CE CI / Test Report (${{ matrix.java }})
report_paths: '**/build/test-results/test/TEST-*.xml'
report_paths: '**/build/test-results/test/TEST-*.xml'

0 comments on commit ca5e30a

Please sign in to comment.