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-rng.git
commit 5d64b27e0097868a3360b2fe6907afe677568258 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Sun May 29 07:40:11 2022 +0100 Run 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 0154904d..1b822658 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-rng-examples run: mvn -V --no-transfer-progress