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-jax-rs-whiteboard.git
commit 434da8876de8c0e0181e8e7b6f7d52dc630a90db Author: Raymond Auge <[email protected]> AuthorDate: Sat Nov 20 22:57:08 2021 -0500 add Java 18-ea Signed-off-by: Raymond Auge <[email protected]> --- .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 f045e9f..99aeb81 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,7 +27,7 @@ jobs: JDKxx_Matrix: strategy: matrix: - java: [ 8, 11, 17 ] + java: [ 8, 11, 17, 18-ea ] os: [ ubuntu-latest ] include: - os: windows-latest
