-
Notifications
You must be signed in to change notification settings - Fork 2
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 jose library #6
Update jose library #6
Conversation
Update jose to 1.11.x to remove :crypto calls that were deprecated in OTP23 and were removed in OTP24.
@fastjames It seems there's error when booting Goth. Let me know if you need any help to debug it. |
I dug into this a little bit deeper, and there seems to be a knot of dependencies. As of 1.11.4 (the next released version after our current version of 1.10.1), jose specifies an elixir version of |
@fastjames I think they will never add 🤣 @petermueller What do you think in dropping the Elixir 1.12 support as minor release + jose update? |
Since jose does not appear to have support for elixir 1.12 as of the 1.11 series, remove it from the test matrix.
@ulissesalmeida @fastjames I think it's fine. We should probably update our elixir version in Generally, it's enough though that we'd probably want the next release to be e.g.
Either way, I think this update makes sense, even if it's not ideal Edit: |
Bring the elixir spec in the mixfile in line with the test matrix.
|
I think the errors are to do with however GitHub's repo secrets work |
@petermueller you're right, the secrets are only shared with branches created on this repo. Not on external repos. |
That's good to know -- I will try to add the needed secrets to my repo. |
I have added secrets for |
I opened a PR for the same code on my repo with my secrets configured, and it appears to have run CI successfully. Perhaps one of the maintainers can open a new PR with the equivalent code here and it might pass. |
@fastjames we'll merge it soon with goth upgrade, but before we'll launch a patch. So no worries! 👍🏽 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confirmed the PR on the fork passes
Update jose to 1.11.x to remove :crypto calls that were deprecated in OTP23 and were removed in OTP24.