Skip to content

Commit

Permalink
Add compatibility note
Browse files Browse the repository at this point in the history
  • Loading branch information
nnichols committed Sep 30, 2024
1 parent 05fd79a commit c98927d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ To use it, add the following as a dependency in your project.clj file:
The next time you build your application, [Leiningen](https://leiningen.org/) or [deps.edn](https://clojure.org/guides/deps_and_cli) should pull it automatically.
Alternatively, you may clone or fork the repository to work with it directly.

### Clojure Version Compatibility

clj-xml runs its test suite in a matrix, replacing the clojure version with multiple previous versions of the language.
If your project is not running the most recent version of clojure, please consult the most recent compatibility testing results in the [CI/CD pipeline](https://github.com/Wall-Brew-Co/clj-xml/actions/workflows/compatibility.yml).

## Public Functions

### XML Parsing
Expand Down

0 comments on commit c98927d

Please sign in to comment.