Skip to content

Commit

Permalink
ci: add GraalVM for JDK 22 to native test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
kkriske authored and gotson committed Aug 19, 2024
1 parent 17dffe9 commit e40e5a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '17', '21' ]
java: [ '17', '21', '22' ]
profiles: ['native', 'native,native-exported']
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,10 @@
<configuration>
<fallback>false</fallback>
<verbose>true</verbose>
<buildArgs>
<!-- required to allow junit-pioneer to compile with strict image heap enabled -->
<arg>--initialize-at-build-time=org.junitpioneer.jupiter.issue.IssueExtensionExecutionListener</arg>
</buildArgs>
</configuration>
</plugin>

Expand Down

0 comments on commit e40e5a3

Please sign in to comment.