From faa9673da6c7ad3700be6438290e4e942f709194 Mon Sep 17 00:00:00 2001 From: Stephan Fuhrmann Date: Thu, 18 Jan 2024 18:30:12 +0100 Subject: [PATCH] Integration test with JDK 11, 17 and 21 --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8e27c71..3429173 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 11, 12, 17, 19 ] + java: [ 11, 17, 21 ] steps: - uses: actions/checkout@v3