This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e85778  Update PHP defaults
9e85778 is described below

commit 9e857780b6e1d3b2887db547b413824098f4bf00
Author: Chris Brown <[email protected]>
AuthorDate: Mon Jun 1 19:24:53 2020 -0400

    Update PHP defaults
    
    Update PHP defaults per:
    https://github.com/apache/openwhisk-runtime-php/blob/master/README.md
    and
    
https://github.com/apache/openwhisk/blob/3b71cfe1cd65fae391a164c4ea67fe4c290bb783/ansible/files/runtimes.json#L194-L195
---
 _layouts/documentation.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index 853fb95..39c4fa2 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -208,7 +208,7 @@ layout: default
           <li><a 
href="https://github.com/apache/openwhisk-runtime-go#readme";>Go</a> - OpenWhisk 
runtime for Go</li>
           <li><a 
href="https://github.com/apache/openwhisk-runtime-java#readme";>Java</a> - 
OpenWhisk runtime for Java 8 <i>(OpenJDK 8, JVM OpenJ9)</i></li>
           <li><a 
href="https://github.com/apache/openwhisk-runtime-nodejs#readme";>JavaScript</a> 
- OpenWhisk runtime for Node.js v6, v8 and v10</li>
-          <li><a 
href="https://github.com/apache/openwhisk-runtime-php#readme";>PHP</a> - 
OpenWhisk runtime for PHP 7.3, 7.2 and 7.1</li>
+          <li><a 
href="https://github.com/apache/openwhisk-runtime-php#readme";>PHP</a> - 
OpenWhisk runtime for PHP 7.4, 7.3 and 7.2</li>
           <li><a 
href="https://github.com/apache/openwhisk-runtime-python#readme";>Python</a> - 
OpenWhisk runtime for Python 2.7, 3 and a 3 runtime variant for AI/ML 
<i>(including packages for Tensorflow and PyTorch)</i></li>
           <li><a 
href="https://github.com/apache/openwhisk-runtime-ruby#readme";>Ruby</a> - 
OpenWhisk runtime for Ruby 2.5</li>
           <li><a 
href="https://github.com/apache/openwhisk-runtime-swift#readme";>Swift</a> - 
OpenWhisk runtime for Swift 3.1.1, 4.1 and 4.2</li>
@@ -1319,7 +1319,7 @@ $ jar cvf hello.jar Hello.class
           <a class="indexable" id="php-runtime"></a>
           <h5>OpenWhisk Runtime for PHP</h5>
           <p>
-            OpenWhisk supports <strong>PHP 7.3</strong>, <strong>PHP 
7.2</strong> and <strong>PHP 7.1</strong> runtimes where PHP 7.3 is the default 
pick by wsk CLI and Whisk Deploy.
+            OpenWhisk supports <strong>PHP 7.4</strong>, <strong>PHP 
7.3</strong> and <strong>PHP 7.2</strong> runtimes where PHP 7.4 is the default 
pick by wsk CLI and Whisk Deploy.
             If you wish to learn more about PHP runtime, please visit
             <a 
href="https://github.com/apache/openwhisk-runtime-php/blob/master/README.md";>PHP
 Runtime GitHub Repository</a>.
           </p>

Reply via email to