This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git
from 456ced8 Install Zip (#115)
new 2be32e0 remove php 7.3-based runtime (EOL at end of 2021)
new 6a1317a no need to download docker; required by travis.yml
configuration
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 5 --
README.md | 22 +----
core/php7.3Action/CHANGELOG.md | 66 ---------------
core/php7.3Action/Dockerfile | 99 ----------------------
core/php7.3Action/build.gradle | 19 -----
core/php7.3Action/compile.php | 82 ------------------
core/php7.3Action/composer.json | 11 ---
core/php7.3Action/php.ini | 37 --------
core/php7.3Action/runner.php | 92 --------------------
settings.gradle | 1 -
.../Php73ActionContainerTests.scala | 27 ------
tools/travis/build.sh | 4 -
12 files changed, 3 insertions(+), 462 deletions(-)
delete mode 100644 core/php7.3Action/CHANGELOG.md
delete mode 100644 core/php7.3Action/Dockerfile
delete mode 100644 core/php7.3Action/build.gradle
delete mode 100755 core/php7.3Action/compile.php
delete mode 100644 core/php7.3Action/composer.json
delete mode 100644 core/php7.3Action/php.ini
delete mode 100755 core/php7.3Action/runner.php
delete mode 100644
tests/src/test/scala/runtime/actionContainers/Php73ActionContainerTests.scala