]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Bump to php 7.4
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 3 Feb 2020 13:04:02 +0000 (10:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 3 Feb 2020 13:04:02 +0000 (10:04 -0300)
manifests/params.pp

index 6a5852339875688ee2fb5ca0d44304cf25687fdb..155a5c1cc4a87be4208addbb85cc5c3411907b92 100644 (file)
@@ -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 ? {