Closed tomhoule closed 11 months ago
Indeed, I found a pgrx version reference in the Dockerfile and a github workflow. Fixed and pushed.
👋 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
) ?
Could I make a PR to relax the version checks here (~0.11, meaning, >=0.11.0, <1.0.0) ?
>=0.11.0,<0.12.0
. You would probably want ^0.11.2
You would need to update CI files too IIRC.