Skip to content

Commit

Permalink
Update java version in clojure cli
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Aug 27, 2024
1 parent daec931 commit 5e5c70d
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 @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: '21'
java-version: '22'
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@12.5
with:
Expand Down

0 comments on commit 5e5c70d

Please sign in to comment.