Skip to content

Commit

Permalink
ci: jdk updates (#145)
Browse files Browse the repository at this point in the history
Add jdk23 to matrix.
Bump GraalVM to current.
  • Loading branch information
lread authored Nov 26, 2024
1 parent 57c817a commit 51b60d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 51b60d4

Please sign in to comment.