Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #6

Merged
merged 6 commits into from Jul 26, 2022
Merged

Update dependencies #6

merged 6 commits into from Jul 26, 2022

Conversation

totakke
Copy link
Member

@totakke totakke commented Jul 12, 2022

This PR includes the following updates.

  • clojure 1.11
  • clojure libraries
  • actions
    • java 17
    • codecov v3
    • cljs tests with node

@@ -28,31 +28,29 @@ jobs:
- name: Run tests
run: lein with-profile +${{ matrix.clojure }} test
- name: Run cljs tests
run: lein with-profile +${{ matrix.clojure }} doo phantom test once
run: lein with-profile +${{ matrix.clojure }} doo node test once
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PhantomJS development was suspended. https://phantomjs.org/

bash <(curl -s https://codecov.io/bash) -f target/coverage/codecov.json
- uses: codecov/codecov-action@v1
run: lein cloverage --codecov
- uses: codecov/codecov-action@v3
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codecov-action v1 (bash uploader) was deprecated.

@@ -1,5 +1,6 @@
(ns clj-hgvs.internal
"Common functions used only inside this project."
(:refer-clojure :exclude [parse-long])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clojure.core/parse-long was added in clojure 1.11.

Copy link
Member

@federkasten federkasten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🙆‍♂️

@federkasten federkasten merged commit 503dca1 into master Jul 26, 2022
@federkasten federkasten deleted the fix/update-deps branch July 26, 2022 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants