Skip to content

Commit

Permalink
bump cli
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarroway committed Jun 29, 2024
1 parent 3d6d943 commit bc9654e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ jobs:

strategy:
matrix:
distribution: [ 'zulu' ]
java: [ '11', '17' ]
distribution: [ 'temurin' ]
java: [ '11', '17', '21' ]

name: Java ${{ matrix.Java }} (${{ matrix.distribution }})

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Prepare java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}

- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@9.5
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: 1.11.1.1165
cli: 1.11.3.1463

- name: Test with deps
run: clojure -X:test
Expand Down

0 comments on commit bc9654e

Please sign in to comment.