Skip to content

Commit

Permalink
fix clj ci versions:
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikLevering committed Nov 20, 2024
1 parent 49fd2c2 commit a75df35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clojure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
# Supported Java versions: LTS releases and latest
jdk: [8, 11, 17, 21]
clojure: [11 12]
clojure: [11, 12]

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

Expand Down

0 comments on commit a75df35

Please sign in to comment.