Skip to content

Commit

Permalink
feat: update the CI to use latest Java 21 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiovilardo authored Sep 27, 2023
1 parent e7ed7b0 commit fa4d420
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 fa4d420

Please sign in to comment.