This is an automated email from the ASF dual-hosted git repository. rotty3000 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-cdi.git
commit 13357e86e7e8110daf1b21ed52c23358b0816e29 Author: Raymond Augé <[email protected]> AuthorDate: Fri Apr 1 22:31:53 2022 -0400 update CI'd JDKs Signed-off-by: Raymond Augé <[email protected]> --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 210e95f..6815eac 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,11 +27,11 @@ jobs: JDKxx_Matrix: strategy: matrix: - java: [ 8, 11, 17, 18-ea ] + java: [ 8, 11, 17, 19-ea ] os: [ ubuntu-latest ] include: - os: windows-latest - java: 8 + java: 17 name: JDK${{ matrix.java }} ${{ matrix.os }} runs-on: ${{ matrix.os }} steps:
