Skip to content

Commit

Permalink
Merge pull request #964 from giorgiovilardo/update-ci-to-java-21
Browse files Browse the repository at this point in the history
feat: update the CI to use latest Java 21 LTS
  • Loading branch information
ikitommi authored Sep 27, 2023
2 parents e7ed7b0 + fa4d420 commit 39ccfef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
strategy:
matrix:
# Supported Java versions: LTS releases and latest
# TODO: Replace 19=>20 when available
jdk: [8, 11, 17, 19]
jdk: [8, 11, 17, 21]
clojure: [11]

name: Clojure ${{ matrix.clojure }} (Java ${{ matrix.jdk }})
Expand Down

0 comments on commit 39ccfef

Please sign in to comment.