From 8be4b1e9cadc600ca780c79658077fa393b9e5d1 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 22 Oct 2023 18:49:57 -0400 Subject: [PATCH] [GHA] Bump coveralls to jdk 21 --- .github/workflows/coveralls.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index 979b96ca..54a74235 100644 --- a/.github/workflows/coveralls.yaml +++ b/.github/workflows/coveralls.yaml @@ -27,7 +27,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v3 with: - java-version: 17 + java-version: 21 distribution: zulu - name: Report Coverage to Coveralls for Pull Requests if: github.event_name == 'pull_request'