From 8421192a0ad25f58e756909583591b6884f57634 Mon Sep 17 00:00:00 2001 From: Matt Farmer Date: Wed, 18 Sep 2024 23:20:12 -0400 Subject: [PATCH] fix: Fix java matrix verions --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee4b91777..0c8eed866 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - java: [11, 17. 21] + java: [11, 17, 21] runs-on: ubuntu-latest steps: - name: Checkout