This is an automated email from the ASF dual-hosted git repository. pcristof pushed a commit to branch OPENJPA-2940 in repository https://gitbox.apache.org/repos/asf/openjpa.git
commit 33f98df509e9391c6e39feedeaf08730e5a11770 Author: Paulo Cristovão de Araújo Silva Filho <[email protected]> AuthorDate: Tue Jul 1 18:55:00 2025 -0300 [OPENJPA-2940] Updating CI github actions jdk version --- .github/workflows/ci.yml | 2 +- .github/workflows/pr-validation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd68a2eae..0d95f6a10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'zulu' - java-version: 11 + java-version: 17 - name: 'Cache Maven packages' uses: actions/cache@v4 with: diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index f4b36241f..ecbdacdf1 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -26,7 +26,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'zulu' - java-version: 11 + java-version: 17 - name: 'Cache Maven packages' uses: actions/cache@v4 with:
