You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2022/01/17 22:42:06 UTC

[tapestry-5] branch master updated: Adding JDK 17 testing in Travis

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

thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new b11c84e  Adding JDK 17 testing in Travis
b11c84e is described below

commit b11c84e8d6d52c7558ee50b5843e2c0ff1f6ea9e
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Mon Jan 17 19:41:57 2022 -0300

    Adding JDK 17 testing in Travis
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 0e22388..dddf9b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
 language: java
 
 jdk:
+  - openjdk17
   - openjdk11
   - openjdk8