Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Nov 21, 2023
2 parents e0390f1 + 9ecb230 commit 0c7ae3b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Build API Docs

on:
workflow_dispatch:

jobs:
call-doc-build-workflow:
uses: clojure/build.ci/.github/workflows/doc-build.yml@master
with:
project: clojure/tools.deps
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # macOS-latest, windows-latest]
java-version: ["8", "11", "17"]
java-version: ["8", "11", "17", "21"]
clojure-version: ["1.10.3", "1.11.1"]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ in any fashion, you are agreeing to be bound by the terms of this
license. You must not remove this notice, or any other, from this
software.

[Eclipse Public License 1.0]: https://opensource.org/licenses/eclipse-1.0.php
[Eclipse Public License 1.0]: https://opensource.org/license/epl-1-0/

0 comments on commit 0c7ae3b

Please sign in to comment.