From b4e8c3be4e7ba8fc9d6e1397b0d47c50a9137aaf Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Mon, 1 May 2023 12:45:09 +0200 Subject: [PATCH] Include 21.1.1 in ci --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c6aab0..a1394ca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,6 +76,7 @@ jobs: - 21.0.1 - 21.0.2 - 21.1.0 + - 21.1.1 steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3