From 51b60d47af935474f8168d8aa04c464562df4241 Mon Sep 17 00:00:00 2001 From: Lee Read Date: Tue, 26 Nov 2024 16:39:44 +0000 Subject: [PATCH] ci: jdk updates (#145) Add jdk23 to matrix. Bump GraalVM to current. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 780f168..fad845b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: fail-fast: false matrix: os: [{name: 'windows', shell: 'pwsh'}, {name: 'ubuntu', shell: 'bash'}] - jdk: ['8', '11', '17', '21'] + jdk: ['8', '11', '17', '21', '23'] name: ${{matrix.os.name}} jdk ${{ matrix.jdk }} @@ -74,7 +74,7 @@ jobs: - { name: 'graalvm', short-name: 'graal' } - { name: 'graalvm-community', short-name: 'graalce' } java-version: - - '22.0.2' + - '23.0.1' clojure-version: [ '1.12' ] name: ${{matrix.os.name}} ${{matrix.distribution.short-name}} jdk${{matrix.java-version}} clj${{ matrix.clojure-version }}