Skip to content

Commit

Permalink
bump versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Oct 6, 2023
1 parent 32d497f commit 4fb3d0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Prepare java
uses: actions/setup-java@v2
uses: actions/setup-java@v3.13
with:
distribution: "adopt"
java-version: ${{ matrix.java-version }}

- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@3.6
uses: DeLaGuardo/setup-clojure@12.1
with:
cli: 1.10.3.1040
cli: 1.11.1.1413

- name: Checkout
uses: actions/checkout@v2-beta
uses: actions/checkout@v4.1

- name: Run tests not Windows
if: ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit 4fb3d0b

Please sign in to comment.