Skip to content

Commit

Permalink
bump java version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 11, 2024
1 parent ed9a81c commit 1014dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v4

- name: Prepare java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'
java-version: '23'

- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@13.0
with:
lein: 2.11.2

- uses: actions/checkout@v4

- name: Run tests
run: |
lein uberjar
Expand Down

0 comments on commit 1014dbc

Please sign in to comment.