From 5fc80d10463e19dccb9a59dbac67e8be1146c2b6 Mon Sep 17 00:00:00 2001 From: Alberto Fernandez Date: Fri, 19 Jan 2024 21:23:34 +0100 Subject: [PATCH] Add java 21 to build matrix in github ci --- .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 2c6dd48..bed5eba 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 8, 11, 17 ] + java: [ 8, 11, 17, 21 ] name: Java ${{matrix.java}} steps: - uses: actions/checkout@v2