diff --git a/.github/workflows/native-image-test.yml b/.github/workflows/native-image-test.yml index 1a544fa..8ae54f6 100644 --- a/.github/workflows/native-image-test.yml +++ b/.github/workflows/native-image-test.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ windows, ubuntu, macos ] - java-version: [ '23.0.1' ] + java-version: [ '23.0.2' ] test: [ native, native-sci ] clojure-version: [ '1.12' ]