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

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


The following commit(s) were added to refs/heads/latest-java-tests by this push:
     new 0d0e43b  Adding JDK 17 testing in Travis
0d0e43b is described below

commit 0d0e43b8fa25363c2107212d0084a55d10a25bdd
Author: Thiago H. de Paula Figueiredo <[email protected]>
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
 

Reply via email to