From a910bac57e119fcff0565fe35cc86c1f542d1da3 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 22 Oct 2023 17:54:26 -0400 Subject: [PATCH] [GHA] Bump coveralls to java 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 7c2f00b..a945506 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'