From: Silvio Rhatto Date: Mon, 3 Feb 2020 13:04:02 +0000 (-0300) Subject: Bump to php 7.4 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=eefdc4d88cac3116ad8143515f9e46d5f5f2f744;p=puppet-php.git Bump to php 7.4 --- diff --git a/manifests/params.pp b/manifests/params.pp index 6a58523..155a5c1 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -1,14 +1,14 @@ class php::params { $version7 = $::lsbdistcodename ? { - 'buster' => '7.3', - 'stretch' => '7.1', - default => '7.2', + 'buster' => '7.4', + 'stretch' => '7.4', + default => '7.4', } $version7_previous = $::lsbdistcodename ? { - 'buster' => '7.2', - 'stretch' => '7.0', - default => '7.0', + 'buster' => '7.3', + 'stretch' => '7.3', + default => '7.3', } $version5 = $::lsbdistcodename ? {