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

Upgrade pgrx to 11.2 #34

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Upgrade pgrx to 11.2 #34

merged 1 commit into from
Dec 14, 2023

Conversation

tomhoule
Copy link
Contributor

No description provided.

@tomhoule tomhoule marked this pull request as ready for review December 13, 2023 13:41
@pksunkara
Copy link
Owner

You would need to update CI files too IIRC.

@tomhoule
Copy link
Contributor Author

Indeed, I found a pgrx version reference in the Dockerfile and a github workflow. Fixed and pushed.

@pksunkara pksunkara merged commit 68486e4 into pksunkara:master Dec 14, 2023
7 of 8 checks passed
@gjtorikian
Copy link
Contributor

👋 I'm hitting a similar version issue when running pgrx 0.11.3. Could I make a PR to relax the version checks here (~0.11, meaning, >=0.11.0, <1.0.0) ?

@pksunkara
Copy link
Owner

pksunkara commented May 18, 2024

Could I make a PR to relax the version checks here (~0.11, meaning, >=0.11.0, <1.0.0) ?

  1. That would actually mean >=0.11.0,<0.12.0. You would probably want ^0.11.2
  2. If you set it to that in the repo and it works with 0.11.3, I don't mind merging it.

pksunkara pushed a commit that referenced this pull request May 21, 2024
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.

3 participants