Skip to content

Commit

Permalink
Update Clojure workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 19, 2024
1 parent 3ec25c5 commit 37d9062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ["8", "11", "14"]
clojure: ["1.6", "1.7", "1.8", "1.9", "1.10"]
java: ["14", "17", "21"]
clojure: ["1.8", "1.9", "1.10", "1.11"]

name: Java ${{ matrix.java }} Clojure ${{ matrix.clojure }}
steps:
Expand Down

0 comments on commit 37d9062

Please sign in to comment.