From 9433b86b7120555bd5b127139eec4ba80eded40e Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 18 Jan 2022 18:57:57 -0800 Subject: [PATCH] drop jdk 15/16 testing; update build-clj --- .github/workflows/test-and-snapshot.yml | 2 +- CHANGELOG.md | 2 +- deps.edn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-snapshot.yml b/.github/workflows/test-and-snapshot.yml index b0fbf93..102fb8e 100644 --- a/.github/workflows/test-and-snapshot.yml +++ b/.github/workflows/test-and-snapshot.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '8', '14', '15', '16', '17' ] + java: [ '8', '14', '17' ] steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index ea48715..219482d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Only accretive/fixative changes will be made from now on. * Address #193 by expanding the argument specs for `get-datasource` and `get-connection`. * Streamline `execute-batch!` for `with-options` and `with-logging` (and this should generalize to any wrapper that satisfies `Connectable` and stores the actual `Connection` under the `:connectable` key). * Update log4j2 test dependency. - * Update `build-clj` to v0.6.6. + * Update `build-clj` to v0.6.7. * 1.2.761 -- 2021-12-15 * Fix #194 by throwing an exception if a table or column name used with the friendly SQL functions (or the SQL builder functions behind them) contains a "suspicious" character (currently, that's just `;`). diff --git a/deps.edn b/deps.edn index 78625eb..8824fe1 100644 --- a/deps.edn +++ b/deps.edn @@ -7,7 +7,7 @@ :aliases {;; for help: clojure -A:deps -T:build help/doc :build {:deps {io.github.seancorfield/build-clj - {:git/tag "v0.6.6" :git/sha "171d5f1"}} + {:git/tag "v0.6.7" :git/sha "22c2d09"}} :ns-default build} ;; versions to test against: