You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/05/29 07:29:18 UTC

[commons-numbers] 03/05: Build examples on JDK 17

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit e572e48723a4f5444c5223bb1f03d56019e453f1
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sun May 29 08:06:07 2022 +0100

    Build examples on JDK 17
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 00d83a70..cae2f988 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -46,6 +46,6 @@ jobs:
       run: mvn -V --no-transfer-progress
     - name: Build examples with Maven
       # Examples require Java 11+
-      if: contains(matrix.java, '11')
+      if: contains(matrix.java, '11') || contains(matrix.java, '17')
       working-directory: ./commons-numbers-examples
       run: mvn -V --no-transfer-progress