From e40e5a38de24299eb5603c12a532877eaa0f3fbd Mon Sep 17 00:00:00 2001 From: Kristof Dhondt Date: Fri, 16 Aug 2024 14:09:06 +0200 Subject: [PATCH] ci: add GraalVM for JDK 22 to native test suite --- .github/workflows/ci.yml | 2 +- pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe1548f287..02447eff3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/pom.xml b/pom.xml index 35b8bbb203..f9c8899aa5 100644 --- a/pom.xml +++ b/pom.xml @@ -352,6 +352,10 @@ false true + + + --initialize-at-build-time=org.junitpioneer.jupiter.issue.IssueExtensionExecutionListener +