You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/10/10 13:21:06 UTC

[openwhisk-runtime-php] branch master updated: Update travis build vm dist form xenial to focal This bings the machines to the build VM to a more up to date Ubuntu version which should also reduce the risk of loosing support for the version and use openjdk11 (#124)

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-runtime-php.git


The following commit(s) were added to refs/heads/master by this push:
     new bf906d5  Update travis build vm dist form xenial to focal This bings the machines to the build VM to a more up to date Ubuntu version which should also reduce the risk of loosing support for the version and use openjdk11 (#124)
bf906d5 is described below

commit bf906d5e511df26b2cb8bc6dace5a5da0c705b11
Author: Luke-Roy-IBM <83...@users.noreply.github.com>
AuthorDate: Mon Oct 10 15:20:59 2022 +0200

    Update travis build vm dist form xenial to focal This bings the machines to the build VM to a more up to date Ubuntu version which should also reduce the risk of loosing support for the version and use openjdk11 (#124)
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e9d673b..dc8eee1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,8 @@
 #
 
 sudo: required
-dist: xenial
-jdk: openjdk8
+dist: focal
+jdk: openjdk11
 language: java
 services:
   - docker