You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debian buster was released on july 6th and many folks are already
deploying it. This module should start supporting the new debian stable
version.
For this, we need the module to know what the new default PHP version is
for this new release.
Closes: voxpupuli#529
debian buster was released on july 6th and many folks are already
deploying it. This module should start supporting the new debian stable
version.
For this, we need the module to know what the new default PHP version is
for this new release.
Closes: voxpupuli#529
The globals.pp file currently does not define a default version for debian buster (10).
Because of this, when using this module on buster, the module defaults to php 5.x (wth).
A simple fix would be to add a case for the major version 10 of debian to make it install php 7.3
The text was updated successfully, but these errors were encountered: