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:48:56 UTC

[openwhisk-runtime-dotnet] 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 (#67)

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-dotnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 7db90f8  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 (#67)
7db90f8 is described below

commit 7db90f85364144eb86833d7be2be265e0b5346ab
Author: Luke-Roy-IBM <83...@users.noreply.github.com>
AuthorDate: Mon Oct 10 15:48:50 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 (#67)
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 47cfd26..66c71f4 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