From e919ed36d25535b71ef8bcbd3d3bccb2a6ee670e Mon Sep 17 00:00:00 2001 From: Julian Mendez Date: Wed, 20 Nov 2024 22:22:55 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a39d26..54b263a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ --- # CI configuration # https://docs.github.com/en/actions/guides/building-and-testing-java-with-maven +# https://github.com/actions/setup-java name: Java CI @@ -13,9 +14,8 @@ jobs: strategy: matrix: java: - - 11.0.21 - - 17.0.9 - - 21.0.1 + - 11.0.24 + - 21.0.5 steps: - name: Check out uses: actions/checkout@v4