Configure PHP, Node.js and Ruby =============================== .. _php: Configure PHP ------------- The `default version `__ is the latest Ubuntu-managed version, 8.1. To override or lock the version, update the server's Pillar file: .. code-block:: yaml php: version: '8.1' Configure Node.js ----------------- The `default version `__ is the latest LTS version, 22. To override or lock the version, update the server's Pillar file: .. code-block:: yaml nodejs: version: 16 .. _rvm: Configure Ruby -------------- `Ruby Version Manager (RVM) `__ is used instead of `apt `__, to install any `version of Ruby `__. In the server's Pillar file, add, for example: .. code-block:: yaml rvm: default_version: 3.1.2