You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by to...@apache.org on 2022/02/17 19:29:11 UTC

[db-jdo] branch main updated: Update build.yml

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

tobous pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ad1fb8  Update build.yml
6ad1fb8 is described below

commit 6ad1fb88923efbe6c2c3ad2a2e4871589a9538c0
Author: Tobias Bouschen <to...@googlemail.com>
AuthorDate: Thu Feb 10 21:00:41 2022 +0100

    Update build.yml
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 20ba051..c31b939 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
     strategy:
       matrix:
         # test against Java 8 and 11
-        java: [ 8, 11 ]
+        java: [ 8, 11, 17 ]
     defaults:
       run:
         shell: bash