You actually have Shamir secret-sharing as long as you have interpolation, and you have interpolation for any ring $R$ as long as your evaluation points $\alpha_1,\ldots,\alpha_\ell$ satisfy the following condition:
For all $i\neq j$ it holds that $\alpha_i - \alpha_j\in R$ is a unit.*
The way you prove this is exactly the same as you prove it for the field case, the only thing you really need to do is to invert elements of the form $\alpha_i - \alpha_j$, thus the requirement.
For any ring of the form $\Bbb Z_{p\cdot q}$, you can find sequences with this property that are as long as $\min(p,q)$.
*A unit is an element with a multiplicative inverse.