This is an automated email from the ASF dual-hosted git repository. csantanapr pushed a change to tag [email protected] in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-php.git.
*** WARNING: tag [email protected] was modified! *** from 22c59f2 (commit) to b0834a5 (commit) from 22c59f2 Update to PHP 7.1.18, Uuid 3.7.3 & Guzzle 6.3.3 (#27) add 153dbc7 Add skip_pull_runtimes for Travis CI (#30) add 86c0a91 Add PHP 7.2.6 runtime (#28) add b0834a5 Fix travis publish 72 (#32) No new revisions were added by this update. Summary of changes: .travis.yml | 5 + README.md | 35 +- ansible/environments/local/group_vars/all | 11 +- core/{php7.1Action => php7.2Action}/CHANGELOG.md | 12 +- core/{php7.1Action => php7.2Action}/Dockerfile | 6 +- core/{php7.1Action => php7.2Action}/build.gradle | 2 +- core/{php7.1Action => php7.2Action}/composer.json | 2 +- core/php7.2Action/php.ini | 37 ++ core/{php7.1Action => php7.2Action}/router.php | 144 +++---- settings.gradle | 1 + .../Php71ActionContainerTests.scala | 470 +-------------------- .../Php72ActionContainerTests.scala | 19 +- ...rTests.scala => Php7ActionContainerTests.scala} | 44 +- tools/travis/publish.sh | 10 +- tools/travis/test.sh | 2 +- 15 files changed, 196 insertions(+), 604 deletions(-) copy core/{php7.1Action => php7.2Action}/CHANGELOG.md (81%) copy core/{php7.1Action => php7.2Action}/Dockerfile (90%) copy core/{php7.1Action => php7.2Action}/build.gradle (95%) copy core/{php7.1Action => php7.2Action}/composer.json (85%) create mode 100644 core/php7.2Action/php.ini copy core/{php7.1Action => php7.2Action}/router.php (75%) copy build.gradle => tests/src/test/scala/runtime/actionContainers/Php72ActionContainerTests.scala (75%) copy tests/src/test/scala/runtime/actionContainers/{Php71ActionContainerTests.scala => Php7ActionContainerTests.scala} (93%)
