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

Allow postgrex 0.16 #41

Merged
merged 1 commit into from
Nov 24, 2022
Merged

Allow postgrex 0.16 #41

merged 1 commit into from
Nov 24, 2022

Conversation

petermm
Copy link
Contributor

@petermm petermm commented Nov 24, 2022

believe #37 limited the ability to run on postgrex 0.16, attempting update to 0.7.8 now gives:

Because ecto_psql_extras >= 0.7.8 depends on postgrex ~> 0.15.7 and oban >= 2.11.0 depends on postgrex ~> 0.16, ecto_psql_extras >= 0.7.8 is incompatible with oban >= 2.11.0. And because your app depends on ecto_psql_extras ~> 0.7.8, oban >= 2.11.0 is forbidden. So, because your app depends on oban ~> 2.13, version solving failed.

Including CI changes for testing against postgrex 0.16 - not the prettiest, but better than no CI against postgrex 0.16?

@petermm petermm changed the title WIP: Allow postgrex 0.16 Allow postgrex 0.16 Nov 24, 2022
believe pawurb#37 limited the ability to run on postgrex 0.16, attempting update to 0.7.8 now gives:

Because ecto_psql_extras >= 0.7.8 depends on postgrex ~> 0.15.7 and oban >= 2.11.0 depends on postgrex ~> 0.16, ecto_psql_extras >= 0.7.8 is incompatible with oban >= 2.11.0.
And because your app depends on ecto_psql_extras ~> 0.7.8, oban >= 2.11.0 is forbidden.
So, because your app depends on oban ~> 2.13, version solving failed.
@pawurb pawurb merged commit 845cd1a into pawurb:master Nov 24, 2022
@pawurb
Copy link
Owner

pawurb commented Nov 24, 2022

Thank you!

@petermm petermm deleted the allow_postgrex_0.16 branch November 25, 2022 21:50
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