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

rabbah 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 daf8ee8  Update for release of runtime-php 1.16.0 (#462)
daf8ee8 is described below

commit daf8ee84359d5b26b46edee8b97858a57095ce50
Author: Rob Allen <[email protected]>
AuthorDate: Sat Feb 27 00:22:07 2021 +0000

    Update for release of runtime-php 1.16.0 (#462)
---
 _layouts/documentation.html |  4 ++--
 _layouts/downloads.html     | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index f71d369..5d30367 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 v10, v12 and v14</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-php#readme";>PHP</a> - 
OpenWhisk runtime for PHP 8.0, 7.4 and 7.3</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>
@@ -1333,7 +1333,7 @@ $ javac --release 8 Hello.java
           <a class="indexable" id="php-runtime"></a>
           <h5>OpenWhisk Runtime for PHP</h5>
           <p>
-            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.
+            OpenWhisk supports <strong>PHP 8.0</strong>, <strong>PHP 
7.4</strong> and <strong>PHP 7.3</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>
diff --git a/_layouts/downloads.html b/_layouts/downloads.html
index c80096d..a8474aa 100644
--- a/_layouts/downloads.html
+++ b/_layouts/downloads.html
@@ -244,17 +244,17 @@ layout: default
                       </div>
 
                       <div class="component-releases-structure 
theme-deeper-sky-blue">
-                        <p><ctitle>OpenWhisk Runtime PHP</ctitle>Supports 
functions written for PHP v7.2, v7.3 or v7.4</p>
+                        <p><ctitle>OpenWhisk Runtime PHP</ctitle>Supports 
functions written for PHP v7.3, v7.4 or v8.0</p>
                         <div class="component-release-artifact-list 
border-deeper-sky-blue">
-                          <version>1.15.0</version>
+                          <version>1.16.0</version>
                           <a
-                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-runtime-php-1.15.0-sources.tar.gz";>
+                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-runtime-php-1.16.0-sources.tar.gz";>
                             Source code</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-runtime-php-1.15.0-sources.tar.gz.sha512";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-runtime-php-1.16.0-sources.tar.gz.sha512";>
                             SHA-512 checksum</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-runtime-php-1.15.0-sources.tar.gz.asc";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-runtime-php-1.16.0-sources.tar.gz.asc";>
                             PGP signature</a>
                         </div>
                       </div>

Reply via email to